diff options
| author | Mikael Magnusson <mikachu@comhem.se> | 2006-06-08 11:42:16 +0000 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@comhem.se> | 2006-06-08 11:42:16 +0000 |
| commit | f819e3b850f9dd257fcd4602f372ee6cf03c4924 (patch) | |
| tree | 467425b0590c94b516487248404c8c127d4ca088 /openbox | |
| parent | 76f514cf52cb6a30de8a7d3a8132bd67118ea463 (diff) | |
fix4
Diffstat (limited to 'openbox')
| -rw-r--r-- | openbox/config.c | 3 |
1 files changed, 2 insertions, 1 deletions
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); |
