From f819e3b850f9dd257fcd4602f372ee6cf03c4924 Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Thu, 8 Jun 2006 11:42:16 +0000 Subject: [PATCH] fix4 --- openbox/config.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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); -- 2.45.2