[gnome-software] Remove Settings category from the desktop file



commit 0e07f4730cef16958dfc4d19db4377366a638b96
Author: Giovanni Campagna <gcampagna src gnome org>
Date:   Thu Feb 6 17:32:02 2014 +0100

    Remove Settings category from the desktop file
    
    If we specify Settings togheter with System we end up in
    the "Other" category in the default layout.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=723782

 src/org.gnome.Software.desktop.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/org.gnome.Software.desktop.in b/src/org.gnome.Software.desktop.in
index 230b988..b2660ad 100644
--- a/src/org.gnome.Software.desktop.in
+++ b/src/org.gnome.Software.desktop.in
@@ -5,7 +5,7 @@ Icon=gnome-software
 Exec=gnome-software
 Terminal=false
 Type=Application
-Categories=GNOME;GTK;System;Settings;PackageManager;
+Categories=GNOME;GTK;System;PackageManager;
 StartupNotify=true
 X-GNOME-Bugzilla-Bugzilla=GNOME
 X-GNOME-Bugzilla-Product=gnome-software


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]