From 67f9061a7a8d28b1859bc19baad5811d5310ae47 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 2 Sep 2003 17:46:37 +0000 Subject: move the default menu to menu.xml --- openbox/menu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbox') 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); } -- cgit v1.2.3