[gnome-control-center] details: Remove apparently duplicated autostart category



commit 6d820643e52835f9c98f45a2bed239e22c531107
Author: Bastien Nocera <hadess hadess net>
Date:   Fri Oct 18 11:14:10 2013 +0200

    details: Remove apparently duplicated autostart category
    
    We had 2 items labelled "Software", one in the main panel, one
    in the drop-down menu inside the dialogue. The one in the
    drop-down menu actually changed x-content/software, whereas the
    panel changed x-content/unix-software.
    
    As x-content/software is the parent class of x-content/unix-software,
    and isn't actually detected, remove it.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=709816

 libgd                       |    2 +-
 panels/info/cc-info-panel.c |    1 -
 2 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/libgd b/libgd
index 62f9b8b..94b9ec5 160000
--- a/libgd
+++ b/libgd
@@ -1 +1 @@
-Subproject commit 62f9b8b92599b38d986bd26d5780edd400d318c9
+Subproject commit 94b9ec5aa2ab42981397c4e39bff676273c495ec
diff --git a/panels/info/cc-info-panel.c b/panels/info/cc-info-panel.c
index 247f41c..a90256f 100644
--- a/panels/info/cc-info-panel.c
+++ b/panels/info/cc-info-panel.c
@@ -1371,7 +1371,6 @@ info_panel_setup_media (CcInfoPanel *self)
     { "x-content/video-svcd", N_("Super Video CD") },
     { "x-content/video-vcd", N_("Video CD") },
     { "x-content/win32-software", N_("Windows software") },
-    { "x-content/software", N_("Software") }
   };
 
   for (n = 0; n < G_N_ELEMENTS (defs); n++) {


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