The fix for bug #420154 not only made the entry for the theme installer
2007-10-24 Jens Granseuer <jensgr@gmx.net> 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
This commit is contained in:
parent
eab056569d
commit
5223c0f037
2 changed files with 12 additions and 2 deletions
|
@ -1,3 +1,14 @@
|
||||||
|
2007-10-24 Jens Granseuer <jensgr@gmx.net>
|
||||||
|
|
||||||
|
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 <jensgr@gmx.net>
|
2007-10-18 Jens Granseuer <jensgr@gmx.net>
|
||||||
|
|
||||||
* appearance-themes.c: (theme_load_from_gconf),
|
* appearance-themes.c: (theme_load_from_gconf),
|
||||||
|
|
|
@ -8,8 +8,7 @@ Type=Application
|
||||||
MimeType=application/x-gnome-theme-package;
|
MimeType=application/x-gnome-theme-package;
|
||||||
StartupNotify=true
|
StartupNotify=true
|
||||||
Categories=GNOME;GTK;
|
Categories=GNOME;GTK;
|
||||||
# we don't want to show this at all in the menus
|
NoDisplay=true
|
||||||
OnlyShowIn=;
|
|
||||||
X-GNOME-Bugzilla-Bugzilla=GNOME
|
X-GNOME-Bugzilla-Bugzilla=GNOME
|
||||||
X-GNOME-Bugzilla-Product=gnome-control-center
|
X-GNOME-Bugzilla-Product=gnome-control-center
|
||||||
X-GNOME-Bugzilla-Component=Appearance
|
X-GNOME-Bugzilla-Component=Appearance
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue