diff options
author | Laurent Montel <lmontel@mandriva.org> | 2005-09-19 17:43:32 +0000 |
---|---|---|
committer | Laurent Montel <lmontel@mandriva.org> | 2005-09-19 17:43:32 +0000 |
commit | ea5f3220ca1a14b98affa635414b9e37f7d62128 (patch) | |
tree | b21bc34b440e9e21e7608132849c32f7441bb684 | |
parent | bd177f80486ff7c477048eabf4ab57123f198e84 (diff) | |
download | common-data-ea5f3220ca1a14b98affa635414b9e37f7d62128.tar common-data-ea5f3220ca1a14b98affa635414b9e37f7d62128.tar.gz common-data-ea5f3220ca1a14b98affa635414b9e37f7d62128.tar.bz2 common-data-ea5f3220ca1a14b98affa635414b9e37f7d62128.tar.xz common-data-ea5f3220ca1a14b98affa635414b9e37f7d62128.zip |
Fix menu entry
-rw-r--r-- | desktop-common-data.spec | 5 | ||||
-rw-r--r-- | menu/menu | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/desktop-common-data.spec b/desktop-common-data.spec index deb58bf..e7789bd 100644 --- a/desktop-common-data.spec +++ b/desktop-common-data.spec @@ -1,7 +1,7 @@ Summary: Desktop common files Name: desktop-common-data Version: 10.3.1 -Release: 8mdk +Release: 9mdk License: GPL URL: http://www.mandrivalinux.com/ Group: System/Configuration/Other @@ -171,6 +171,9 @@ rm -fr %buildroot %changelog +* Mon Sep 19 2005 Laurent MONTEL <lmontel@mandriva.com> 10.3.1-9mdk +- Fix menu order + * Mon Sep 19 2005 Frederic Crozat <fcrozat@mandriva.com> 10.3.1-8mdk - Fix loop in www-browser (based on patch from Andrey Borzenkov) @@ -19,7 +19,7 @@ ?package(menu): needs=x11 section="Office" title="Other" icon="office_section.png" # # -?package(menu): needs=x11 section="/" title="Internet" icon="internet_section.png" order="Remote Access,Web Browsers,Mail,Instant Messaging,Chat,News,File Transfer,Video Conference,Web Editors,Other,_mergemenu_,_mergefile_" +?package(menu): needs=x11 section="/" title="Internet" icon="internet_section.png" order="Web Browsers,Mail,Instant Messaging,Chat,News,File Transfer,Video Conference,Web Editors,Remote Access,Other,_mergemenu_,_mergefile_" ?package(menu): needs=x11 section="Internet" title="Chat" icon="chat_section.png" order="_mergemenu_,ksirc,_mergefile_" ?package(menu): needs=x11 section="Internet" title="File Transfer" icon="file_transfer_section.png" order="_mergemenu_,kbear,Gtm,_mergefile_" ?package(menu): needs=x11 section="Internet" title="Instant Messaging" icon="instant_messaging_section.png" order="_mergemenu_,kopete,Gaim,_mergefile_" |