From d685e008598452c22dad86deb4ae6aface7b4964 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 10 Apr 2007 14:01:01 +0000 Subject: [PATCH] Use OnlyShowIn=; to hide the theme installer from menus and menu editors. 2007-04-10 Matthias Clasen * gnome-theme-installer.desktop.in.in: Use OnlyShowIn=; to hide the theme installer from menus and menu editors. (#420154) svn path=/trunk/; revision=7457 --- capplets/theme-switcher/ChangeLog | 5 +++++ capplets/theme-switcher/gnome-theme-installer.desktop.in.in | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/capplets/theme-switcher/ChangeLog b/capplets/theme-switcher/ChangeLog index fd69164b1..2633213fd 100644 --- a/capplets/theme-switcher/ChangeLog +++ b/capplets/theme-switcher/ChangeLog @@ -1,3 +1,8 @@ +2007-04-10 Matthias Clasen + + * gnome-theme-installer.desktop.in.in: Use OnlyShowIn=; to + hide the theme installer from menus and menu editors. (#420154) + 2007-04-08 Jens Granseuer Based on a patch by: Kristof Vansant diff --git a/capplets/theme-switcher/gnome-theme-installer.desktop.in.in b/capplets/theme-switcher/gnome-theme-installer.desktop.in.in index f640bbd3e..cf80e12a3 100644 --- a/capplets/theme-switcher/gnome-theme-installer.desktop.in.in +++ b/capplets/theme-switcher/gnome-theme-installer.desktop.in.in @@ -9,7 +9,8 @@ Type=Application MimeType=application/x-gnome-theme-package; StartupNotify=true Categories=GNOME;GTK; -OnlyShowIn=GNOME; +# we don't want to show this at all in the menus +OnlyShowIn=; X-GNOME-Bugzilla-Bugzilla=GNOME X-GNOME-Bugzilla-Product=control-center X-GNOME-Bugzilla-Component=theme-manager