*coughs uncontrollably*
authorMikael Magnusson <mikachu@comhem.se>
Thu, 8 Jun 2006 10:57:17 +0000 (10:57 +0000)
committerMikael Magnusson <mikachu@comhem.se>
Thu, 8 Jun 2006 10:57:17 +0000 (10:57 +0000)
openbox/config.c
openbox/per_app_settings.c

index d7cfc97..fcff4a0 100644 (file)
@@ -118,7 +118,6 @@ static void parse_per_app_settings(ObParseInst *i, xmlDocPtr doc,
     xmlNodePtr app = parse_find_node("application", node->children);
     gchar *name;
 
-
     while (app) {
         if (parse_attr_string("name", app, &name)) {
             xmlNodePtr n, c;
index c1b728e..c8ab4ed 100644 (file)
 #include "screen.h"
 #include "config.h"
 
-GSList *per_app_settings;
-
 ObAppSetting *get_client_settings(ObClient *client)
 {
-    GSList *a = per_app_settings;
+    GSList *a = config_per_app_settings;
 
     while (a) {
         ObAppSetting *app = (ObAppSetting *) a->data;