*coughs uncontrollably*

This commit is contained in:
Mikael Magnusson 2006-06-08 10:57:17 +00:00
parent df1ef6b8ad
commit 74695334c6
2 changed files with 1 additions and 4 deletions

View 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;

View file

@ -20,11 +20,9 @@
#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;