diff options
author | Frederic Crozat <fcrozat@mandriva.com> | 2006-08-30 16:01:44 +0000 |
---|---|---|
committer | Frederic Crozat <fcrozat@mandriva.com> | 2006-08-30 16:01:44 +0000 |
commit | 3fe58ca8a766c4338854474bc507e7c4f9267366 (patch) | |
tree | d9514785b2b2fd5096993f20af847b574e078ca2 /menu/menustyle.csh | |
parent | d7cd883edb257cecbf58bd8c7114d02393c2a9aa (diff) | |
download | common-data-3fe58ca8a766c4338854474bc507e7c4f9267366.tar common-data-3fe58ca8a766c4338854474bc507e7c4f9267366.tar.gz common-data-3fe58ca8a766c4338854474bc507e7c4f9267366.tar.bz2 common-data-3fe58ca8a766c4338854474bc507e7c4f9267366.tar.xz common-data-3fe58ca8a766c4338854474bc507e7c4f9267366.zip |
- Add missing directory file for adventure (Mdv bug #24829)
- Add empty menu nodes for KDE in discovery menu
- Remove old X-MandrakeLinux* categories for main menu, all entries
must now use X-MandrivaLinux
- fix default directories creation if translation contains spaces (Mdv bug #24677)
Diffstat (limited to 'menu/menustyle.csh')
-rwxr-xr-x | menu/menustyle.csh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/menu/menustyle.csh b/menu/menustyle.csh index d2c6502..da29e20 100755 --- a/menu/menustyle.csh +++ b/menu/menustyle.csh @@ -11,7 +11,7 @@ foreach file (/etc/sysconfig/menustyle $HOME/.menustyle) endif end -if ($MDV_MENU_STYLE == discovery ) then +if ($MDV_MENU_STYLE == discovery && ! ${?XDG_CONFIG_DIRS}) then setenv XDG_CONFIG_DIRS /etc/xdg/discovery:/etc/xdg endif |