diff options
author | Vincent Untz <vuntz@gnome.org> | 2007-07-27 16:45:31 +0000 |
---|---|---|
committer | Vincent Untz <vuntz@gnome.org> | 2007-07-27 16:45:31 +0000 |
commit | cfe043f16f9e97519ecf89295240455d676a476b (patch) | |
tree | 6afaa60dc9fc92d1c434dafcb36ff0cc3607007b /menu | |
parent | 48119766bc80fec5d9630af3b08cff447b47fe8c (diff) |
change sysconfdir/desktop/menus/ to sysconfdir/menus/ in one place. Fix
2007-07-27 Vincent Untz <vuntz@gnome.org>
* menu-spec.xml: change sysconfdir/desktop/menus/ to sysconfdir/menus/
in one place.
Fix bug #8289.
Diffstat (limited to 'menu')
-rw-r--r-- | menu/ChangeLog | 6 | ||||
-rw-r--r-- | menu/menu-spec.xml | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/menu/ChangeLog b/menu/ChangeLog index f22c41c..20af183 100644 --- a/menu/ChangeLog +++ b/menu/ChangeLog @@ -1,3 +1,9 @@ +2007-07-27 Vincent Untz <vuntz@gnome.org> + + * menu-spec.xml: change sysconfdir/desktop/menus/ to sysconfdir/menus/ + in one place. + Fix bug #8289. + 2007-02-06 Waldo Bastian <waldo.bastian@intel.com> * Added scondary menu categories * Bumped version to 1.0 diff --git a/menu/menu-spec.xml b/menu/menu-spec.xml index fd6fa3b..086cc6d 100644 --- a/menu/menu-spec.xml +++ b/menu/menu-spec.xml @@ -2102,7 +2102,7 @@ </listitem> <listitem> <para> - Install an XML menu file to <replaceable>sysconfdir</replaceable>/desktop/menus/applications-merged/ to add any submenus, if your desktop entries aren't already + Install an XML menu file to <replaceable>sysconfdir</replaceable>/menus/applications-merged/ to add any submenus, if your desktop entries aren't already included in some common categories. </para> </listitem> |