]> Dogcows Code - chaz/openbox/blobdiff - openbox/menu.c
move the default menu to menu.xml
[chaz/openbox] / openbox / menu.c
index 8cc1c872f2c642fb36704fceff3ccde993406922..d954102762dc1d1309d8749208ccb4e70c7d79db 100644 (file)
@@ -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);
         }
This page took 0.020739 seconds and 4 git commands to generate.