diff options
-rw-r--r-- | mandrake_desk.spec | 5 | ||||
-rw-r--r-- | menu/mandrake_desk | 3 |
2 files changed, 4 insertions, 4 deletions
diff --git a/mandrake_desk.spec b/mandrake_desk.spec index e7d41b9..24c2066 100644 --- a/mandrake_desk.spec +++ b/mandrake_desk.spec @@ -1,7 +1,7 @@ Summary: The Desktop configuration files for Mandrake Linux Name: mandrake_desk Version: 9.2 -Release: 5mdk +Release: 6mdk License: GPL URL: http://www.mandrakelinux.com/ Group: System/Configuration/Other @@ -169,6 +169,9 @@ rm -fr %buildroot %changelog +* Mon Sep 01 2003 David Baudens <baudens@mandrakesoft.com> 9.2-6mdk +- Remove "Record sound" in simplified menu + * Thu Aug 28 2003 David Baudens <baudens@mandrakesoft.com> 9.2-5mdk - Update simplified menu diff --git a/menu/mandrake_desk b/menu/mandrake_desk index 5ec19b2..e9d29f0 100644 --- a/menu/mandrake_desk +++ b/menu/mandrake_desk @@ -42,9 +42,6 @@ # Listen to music files ?package(totem): needs="x11" command="/usr/bin/totem %U" section="Enjoy music & video" title="Listen to music files" icon="totem.png" mimetypes="video/mpeg,video/msvideo,video/quicktime,video/x-avi,video/x-ms-asf,video/x-ms-wmv,video/x-msvideo,application/x-ogg,audio/x-mp3,audio/x-mpeg,video/x-fli,audio/x-wav,audio/x-mpegurl" kde_opt="InitialPreference=15" -# Record sounds -?package(gnome-media):needs="x11" command="/usr/bin/gnome-sound-recorder" section="Enjoy music & video" title="Record sounds" icon="/usr/share/pixmaps/gnome-grecord.png" - # Rip cd ?package(kdemultimedia-kaudiocreator):command="kaudiocreator" icon="kaudiocreator.png" title="Rip a CD" needs="x11" section="Enjoy music & video" |