From 5223c0f037932225c39c02e71d44357d3e5f119f Mon Sep 17 00:00:00 2001 From: Jens Granseuer Date: Wed, 24 Oct 2007 17:05:51 +0000 Subject: [PATCH] The fix for bug #420154 not only made the entry for the theme installer 2007-10-24 Jens Granseuer The fix for bug #420154 not only made the entry for the theme installer disappear from the menu, but also disabled mime-type handling for Gnome Theme Packages (bug #486811). Revert that change and use NoDisplay=true instead. This will remove the entry from the menu (not from the menu editor, though), and not break mime handling. * data/gnome-theme-installer.desktop.in.in: use NoDisplay=true instead of OnlyShowIn=; svn path=/trunk/; revision=8190 --- capplets/appearance/ChangeLog | 11 +++++++++++ .../data/gnome-theme-installer.desktop.in.in | 3 +-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/capplets/appearance/ChangeLog b/capplets/appearance/ChangeLog index 8db96b61b..f3862a8d8 100644 --- a/capplets/appearance/ChangeLog +++ b/capplets/appearance/ChangeLog @@ -1,3 +1,14 @@ +2007-10-24 Jens Granseuer + + The fix for bug #420154 not only made the entry for the theme installer + disappear from the menu, but also disabled mime-type handling for Gnome + Theme Packages (bug #486811). Revert that change and use NoDisplay=true + instead. This will remove the entry from the menu (not from the menu + editor, though), and not break mime handling. + + * data/gnome-theme-installer.desktop.in.in: use NoDisplay=true instead + of OnlyShowIn=; + 2007-10-18 Jens Granseuer * appearance-themes.c: (theme_load_from_gconf), diff --git a/capplets/appearance/data/gnome-theme-installer.desktop.in.in b/capplets/appearance/data/gnome-theme-installer.desktop.in.in index 292e4b857..e3ea2d35d 100644 --- a/capplets/appearance/data/gnome-theme-installer.desktop.in.in +++ b/capplets/appearance/data/gnome-theme-installer.desktop.in.in @@ -8,8 +8,7 @@ Type=Application MimeType=application/x-gnome-theme-package; StartupNotify=true Categories=GNOME;GTK; -# we don't want to show this at all in the menus -OnlyShowIn=; +NoDisplay=true X-GNOME-Bugzilla-Bugzilla=GNOME X-GNOME-Bugzilla-Product=gnome-control-center X-GNOME-Bugzilla-Component=Appearance