okay here we go
This commit is contained in:
parent
90de822319
commit
d0adfb4d8a
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue