*coughs uncontrollably*
This commit is contained in:
parent
df1ef6b8ad
commit
74695334c6
2 changed files with 1 additions and 4 deletions
|
@ -118,7 +118,6 @@ static void parse_per_app_settings(ObParseInst *i, xmlDocPtr doc,
|
||||||
xmlNodePtr app = parse_find_node("application", node->children);
|
xmlNodePtr app = parse_find_node("application", node->children);
|
||||||
gchar *name;
|
gchar *name;
|
||||||
|
|
||||||
|
|
||||||
while (app) {
|
while (app) {
|
||||||
if (parse_attr_string("name", app, &name)) {
|
if (parse_attr_string("name", app, &name)) {
|
||||||
xmlNodePtr n, c;
|
xmlNodePtr n, c;
|
||||||
|
|
|
@ -20,11 +20,9 @@
|
||||||
#include "screen.h"
|
#include "screen.h"
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
||||||
GSList *per_app_settings;
|
|
||||||
|
|
||||||
ObAppSetting *get_client_settings(ObClient *client)
|
ObAppSetting *get_client_settings(ObClient *client)
|
||||||
{
|
{
|
||||||
GSList *a = per_app_settings;
|
GSList *a = config_per_app_settings;
|
||||||
|
|
||||||
while (a) {
|
while (a) {
|
||||||
ObAppSetting *app = (ObAppSetting *) a->data;
|
ObAppSetting *app = (ObAppSetting *) a->data;
|
||||||
|
|
Loading…
Reference in a new issue