fix4
This commit is contained in:
parent
76f514cf52
commit
f819e3b850
1 changed files with 2 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue