diff options
author | Mart Raudsepp <leio@gentoo.org> | 2007-08-29 07:14:45 +0000 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2007-08-29 07:14:45 +0000 |
commit | 8a600135702ea2ed981b77bcca63159259048b12 (patch) | |
tree | 1a785dccb9be12e7707f855a074b26c2354415fe /gnome-base/gnome-menus/files | |
parent | whitespace (diff) | |
download | historical-8a600135702ea2ed981b77bcca63159259048b12.tar.gz historical-8a600135702ea2ed981b77bcca63159259048b12.tar.bz2 historical-8a600135702ea2ed981b77bcca63159259048b12.zip |
Version bump for some rare crash cases. Also include a patch that makes the "Other" submenu really show all the menu items that are not shown elsewhere
Package-Manager: portage-2.1.3.7
Diffstat (limited to 'gnome-base/gnome-menus/files')
-rw-r--r-- | gnome-base/gnome-menus/files/digest-gnome-menus-2.18.3 | 3 | ||||
-rw-r--r-- | gnome-base/gnome-menus/files/gnome-menus-2.18.3-other_category_fix.patch | 18 |
2 files changed, 21 insertions, 0 deletions
diff --git a/gnome-base/gnome-menus/files/digest-gnome-menus-2.18.3 b/gnome-base/gnome-menus/files/digest-gnome-menus-2.18.3 new file mode 100644 index 000000000000..149c27f1b9f5 --- /dev/null +++ b/gnome-base/gnome-menus/files/digest-gnome-menus-2.18.3 @@ -0,0 +1,3 @@ +MD5 e2b97b01b33b9744baf26982a8ad588a gnome-menus-2.18.3.tar.bz2 437539 +RMD160 06f26fc98db6650526fdb7bb3557f80b3a598ece gnome-menus-2.18.3.tar.bz2 437539 +SHA256 c6c0b9a93426dbdcb47fb7e586b9d910e2dbc0e9c894c0f322d08971a7b70933 gnome-menus-2.18.3.tar.bz2 437539 diff --git a/gnome-base/gnome-menus/files/gnome-menus-2.18.3-other_category_fix.patch b/gnome-base/gnome-menus/files/gnome-menus-2.18.3-other_category_fix.patch new file mode 100644 index 000000000000..b71829dc60c1 --- /dev/null +++ b/gnome-base/gnome-menus/files/gnome-menus-2.18.3-other_category_fix.patch @@ -0,0 +1,18 @@ +From http://svn.gnome.org/viewcvs/gnome-menus/trunk/layout/applications.menu?view=patch&r1=666&r2=702&pathrev=702 +Fixes the "Other" submenu, as Application is not a valid category in desktop files, so we shouldn't require it. +Also exclude screensavers because they'd show up otherwise combined with the previous change. +This makes all menu entries, that don't match any other category, properly show up in the "Other" submenu. + +--- trunk/layout/applications.menu 2007/05/01 10:11:09 666 ++++ trunk/layout/applications.menu 2007/06/26 21:20:55 702 +@@ -143,9 +143,9 @@ + <OnlyUnallocated/> + <Include> + <And> +- <Category>Application</Category> + <Not><Category>Core</Category></Not> + <Not><Category>Settings</Category></Not> ++ <Not><Category>Screensaver</Category></Not> + </And> + </Include> + </Menu> <!-- End Other --> |