diff options
author | Anssi Hannula <anssi@mageia.org> | 2011-12-05 02:47:27 +0000 |
---|---|---|
committer | Anssi Hannula <anssi@mageia.org> | 2011-12-05 02:47:27 +0000 |
commit | 9e3237ecb1e8720d1afbe20b32db0b74883e53bb (patch) | |
tree | 6190929fb36f6da7d1f290f462b547b88e1e33c2 /menu | |
parent | 4c6abf7ac2e74c864bf74bbfb9839a4d2eaa6f5c (diff) | |
download | common-data-9e3237ecb1e8720d1afbe20b32db0b74883e53bb.tar common-data-9e3237ecb1e8720d1afbe20b32db0b74883e53bb.tar.gz common-data-9e3237ecb1e8720d1afbe20b32db0b74883e53bb.tar.bz2 common-data-9e3237ecb1e8720d1afbe20b32db0b74883e53bb.tar.xz common-data-9e3237ecb1e8720d1afbe20b32db0b74883e53bb.zip |
show applications with native desktop but not native toolkit in SystemTools
For consistency with other menus, allow applications that have native
desktop category but not native desktop toolkit in SystemTools menu.
This fixes things like
Categories=GNOME;System;FileTools
that would only show up in KDE, but not in GNOME.
Diffstat (limited to 'menu')
-rw-r--r-- | menu/applications.menu.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/menu/applications.menu.in b/menu/applications.menu.in index 0461c2e..8b4dadc 100644 --- a/menu/applications.menu.in +++ b/menu/applications.menu.in @@ -389,6 +389,7 @@ <And> <Or> <Or> + <Category>@MAIN_DESKTOP@</Category> <Category>@MAIN_TOOLKIT@</Category> <Category>X-MandrivaLinux-CrossDesktop</Category> </Or> |