okay here we go
authorMikael Magnusson <mikachu@comhem.se>
Sun, 31 Oct 2004 10:17:41 +0000 (10:17 +0000)
committerMikael Magnusson <mikachu@comhem.se>
Sun, 31 Oct 2004 10:17:41 +0000 (10:17 +0000)
openbox/config.c

index f9fae2b..4dac22d 100644 (file)
@@ -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);
     }
 }