projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f819e3b
)
fix5
author
Mikael Magnusson
<mikachu@comhem.se>
Thu, 8 Jun 2006 11:43:43 +0000
(11:43 +0000)
committer
Mikael Magnusson
<mikachu@comhem.se>
Thu, 8 Jun 2006 11:43:43 +0000
(11:43 +0000)
openbox/config.c
patch
|
blob
|
history
diff --git
a/openbox/config.c
b/openbox/config.c
index 720a1f89e788370ce4b33ac1f7a57ac4ff87a6b9..6df57241edd60855ef817e093e31cea953cf46d0 100644
(file)
--- a/
openbox/config.c
+++ b/
openbox/config.c
@@
-122,7
+122,7
@@
static void parse_per_app_settings(ObParseInst *i, xmlDocPtr doc,
gboolean x_pos_given = FALSE;
if (parse_attr_string("name", app, &name)) {
xmlNodePtr n, c;
- ObAppSettings *settings = g_new0(ObAppSetting, 1);
+ ObAppSettings *settings = g_new0(ObAppSetting
s
, 1);
settings->name = name;
settings->decor = TRUE;