From: Mikael Magnusson Date: Thu, 8 Jun 2006 11:42:16 +0000 (+0000) Subject: fix4 X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=f819e3b850f9dd257fcd4602f372ee6cf03c4924;p=chaz%2Fopenbox fix4 --- diff --git a/openbox/config.c b/openbox/config.c index dd8d2b83..720a1f89 100644 --- a/openbox/config.c +++ b/openbox/config.c @@ -22,6 +22,7 @@ #include "mouse.h" #include "prop.h" #include "translate.h" +#include "client.h" #include "parser/parse.h" #include "openbox.h" @@ -180,7 +181,7 @@ static void parse_per_app_settings(ObParseInst *i, xmlDocPtr doc, } config_per_app_settings = g_slist_append(config_per_app_settings, - (gpointer) setting); + (gpointer) settings); } app = parse_find_node("application", app->next);