summaryrefslogtreecommitdiff
path: root/openbox
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-09-02 17:46:37 +0000
committerDana Jansens <danakj@orodu.net>2003-09-02 17:46:37 +0000
commit67f9061a7a8d28b1859bc19baad5811d5310ae47 (patch)
treeb7e64a40c8045ea5cda831dfeced49dcc46f36c6 /openbox
parent06fb4c7382a9c2a25e74adefbbc267417af5aadd (diff)
move the default menu to menu.xml
Diffstat (limited to 'openbox')
-rw-r--r--openbox/menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/menu.c b/openbox/menu.c
index 8cc1c872..d9541027 100644
--- a/openbox/menu.c
+++ b/openbox/menu.c
@@ -92,7 +92,7 @@ void menu_startup()
}
}
if (!loaded) {
- if (menu_open("menu", &doc, &node)) {
+ if (menu_open("menu.xml", &doc, &node)) {
parse_tree(menu_parse_inst, doc, node->xmlChildrenNode);
xmlFreeDoc(doc);
}