[gnome-software] Never show the 'Settings' category
- From: Richard Hughes <rhughes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software] Never show the 'Settings' category
- Date: Thu, 19 Sep 2013 13:44:03 +0000 (UTC)
commit 9a5cc50956eba5d7dd607ef9558e19cbef7e7a38
Author: Richard Hughes <richard hughsie com>
Date: Thu Sep 19 14:43:40 2013 +0100
Never show the 'Settings' category
The few random apps that we care about have had category overrides.
src/plugins/gs-plugin-hardcoded-menu-spec.c | 22 ----------------------
1 files changed, 0 insertions(+), 22 deletions(-)
---
diff --git a/src/plugins/gs-plugin-hardcoded-menu-spec.c b/src/plugins/gs-plugin-hardcoded-menu-spec.c
index 376282d..bb11f53 100644
--- a/src/plugins/gs-plugin-hardcoded-menu-spec.c
+++ b/src/plugins/gs-plugin-hardcoded-menu-spec.c
@@ -490,28 +490,6 @@ gs_plugin_add_categories (GsPlugin *plugin,
C_("Menu subcategory of Science", "Sports")));
*list = g_list_prepend (*list, category);
- /* TRANSLATORS: this is the menu spec main category for Settings */
- category = gs_category_new (NULL, "Settings", _("Settings"));
- gs_category_add_subcategory (category, gs_category_new (category,
- "Accessibility",
- C_("Menu subcategory of Settings",
"Accessibility")));
- gs_category_add_subcategory (category, gs_category_new (category,
- "DesktopSettings",
- C_("Menu subcategory of Settings", "Desktop
Settings")));
- gs_category_add_subcategory (category, gs_category_new (category,
- "HardwareSettings",
- C_("Menu subcategory of Settings", "Hardware
Settings")));
- gs_category_add_subcategory (category, gs_category_new (category,
- "PackageManager",
- C_("Menu subcategory of Settings", "Package
Manager")));
- gs_category_add_subcategory (category, gs_category_new (category,
- "Printing",
- C_("Menu subcategory of Settings",
"Printing")));
- gs_category_add_subcategory (category, gs_category_new (category,
- "Security",
- C_("Menu subcategory of Settings",
"Security")));
- *list = g_list_prepend (*list, category);
-
/* TRANSLATORS: this is the menu spec main category for System */
category = gs_category_new (NULL, "System", _("System"));
gs_category_add_subcategory (category, gs_category_new (category,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]