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
This commit is contained in:
Bastien Nocera 2013-10-18 11:14:10 +02:00
parent 77ae76b91a
commit 6d820643e5
2 changed files with 1 additions and 2 deletions

2
libgd

@ -1 +1 @@
Subproject commit 62f9b8b92599b38d986bd26d5780edd400d318c9
Subproject commit 94b9ec5aa2ab42981397c4e39bff676273c495ec

View file

@ -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++) {