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:
90de822
)
okay here we go
author
Mikael Magnusson
<mikachu@comhem.se>
Sun, 31 Oct 2004 10:17:41 +0000
(10:17 +0000)
committer
Mikael Magnusson
<mikachu@comhem.se>
Sun, 31 Oct 2004 10:17:41 +0000
(10:17 +0000)
openbox/config.c
patch
|
blob
|
history
diff --git
a/openbox/config.c
b/openbox/config.c
index f9fae2bfef3265fe96217c787fc6c7081c19b2a4..4dac22d8ce902bca6961acf15c88881099116c0d 100644
(file)
--- a/
openbox/config.c
+++ b/
openbox/config.c
@@
-410,7
+410,7
@@
static void parse_menu(ObParseInst *i, xmlDocPtr doc, xmlNodePtr node,
if ((n = parse_find_node("hideDelay", node)))
config_menu_hide_delay = parse_int(doc, n);
if ((n = parse_find_node("desktopMenuIcons", node)))
- config_menu_client_list_icons = parse_
int
(doc, n);
+ config_menu_client_list_icons = parse_
bool
(doc, n);
}
}