diff options
author | Steve Zesch <[email protected]> | 2012-08-09 15:50:13 -0400 |
---|---|---|
committer | Steve Zesch <[email protected]> | 2012-08-09 15:50:13 -0400 |
commit | 029158e0f2f003946c7b94f7d30bf67e443c4718 (patch) | |
tree | 6d2e899a5ffd7f76911b2e08d6f531c2e116b0c9 /capplets/appearance | |
parent | b1c431a5d722b48d73ca2a4a5504518768df5cf7 (diff) | |
download | mate-control-center-029158e0f2f003946c7b94f7d30bf67e443c4718.tar.bz2 mate-control-center-029158e0f2f003946c7b94f7d30bf67e443c4718.tar.xz |
Removed MATE Categories key in *.desktop files.
Diffstat (limited to 'capplets/appearance')
-rw-r--r-- | capplets/appearance/data/mate-appearance-properties.desktop.in.in | 6 | ||||
-rw-r--r-- | capplets/appearance/data/mate-theme-installer.desktop.in.in | 6 |
2 files changed, 2 insertions, 10 deletions
diff --git a/capplets/appearance/data/mate-appearance-properties.desktop.in.in b/capplets/appearance/data/mate-appearance-properties.desktop.in.in index f6362193..c2fe8e91 100644 --- a/capplets/appearance/data/mate-appearance-properties.desktop.in.in +++ b/capplets/appearance/data/mate-appearance-properties.desktop.in.in @@ -6,9 +6,5 @@ Icon=preferences-desktop-theme Terminal=false Type=Application StartupNotify=true -Categories=MATE;GTK;Settings;DesktopSettings; +Categories=GTK;Settings;DesktopSettings; OnlyShowIn=MATE; -X-MATE-Bugzilla-Bugzilla=MATE -X-MATE-Bugzilla-Product=mate-control-center -X-MATE-Bugzilla-Component=Appearance -X-MATE-Bugzilla-Version=@VERSION@ diff --git a/capplets/appearance/data/mate-theme-installer.desktop.in.in b/capplets/appearance/data/mate-theme-installer.desktop.in.in index 3bf6aab5..6f78adac 100644 --- a/capplets/appearance/data/mate-theme-installer.desktop.in.in +++ b/capplets/appearance/data/mate-theme-installer.desktop.in.in @@ -7,10 +7,6 @@ Terminal=false Type=Application MimeType=application/x-mate-theme-package; StartupNotify=true -Categories=MATE;GTK; +Categories=GTK; NoDisplay=true OnlyShowIn=MATE; -X-MATE-Bugzilla-Bugzilla=MATE -X-MATE-Bugzilla-Product=mate-control-center -X-MATE-Bugzilla-Component=Appearance -X-MATE-Bugzilla-Version=@VERSION@ |