diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-09-02 17:46:37 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-09-02 17:46:37 +0000 |
| commit | 67f9061a7a8d28b1859bc19baad5811d5310ae47 (patch) | |
| tree | b7e64a40c8045ea5cda831dfeced49dcc46f36c6 | |
| parent | 06fb4c7382a9c2a25e74adefbbc267417af5aadd (diff) | |
move the default menu to menu.xml
| -rw-r--r-- | Makefile.am | 2 | ||||
| -rw-r--r-- | data/menu.xml (renamed from data/menu) | 0 | ||||
| -rw-r--r-- | data/rc.xml | 4 | ||||
| -rw-r--r-- | openbox/menu.c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am index 1465e50f..826b0550 100644 --- a/Makefile.am +++ b/Makefile.am @@ -259,7 +259,7 @@ dist_thebear_theme_DATA = \ dist_rc_DATA = \ data/rc.xml \ - data/menu + data/menu.xml dist_desktopfiles_DATA = \ data/openbox.desktop diff --git a/data/menu b/data/menu.xml index a3c973e8..a3c973e8 100644 --- a/data/menu +++ b/data/menu.xml diff --git a/data/rc.xml b/data/rc.xml index af348774..c3737d30 100644 --- a/data/rc.xml +++ b/data/rc.xml @@ -324,10 +324,10 @@ just don't make menu ids clash or, well, it'll be kind of pointless --> <!-- debian menu file --> - <file>/etc/X11/openbox/openbox-menu</file> + <file>/etc/X11/openbox/openbox-menu.xml</file> <!-- default menu file (or custom one in $HOME/.openbox/) --> - <file>menu</file> + <file>menu.xml</file> </menu> </openbox_config> 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); } |
