[gnome-software] Move the hardcoded menu spec plugin earlier
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software] Move the hardcoded menu spec plugin earlier
- Date: Thu, 19 Sep 2013 01:45:04 +0000 (UTC)
commit 3a41bdd6953294063cccb90fe886bf639e9bd092
Author: Matthias Clasen <mclasen redhat com>
Date: Wed Sep 18 21:40:29 2013 -0400
Move the hardcoded menu spec plugin earlier
We move this to the beginning of the list, so that other
plugins can add subcategories to the main categories that
this plugin creates.
src/plugins/gs-plugin-hardcoded-menu-spec.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/plugins/gs-plugin-hardcoded-menu-spec.c b/src/plugins/gs-plugin-hardcoded-menu-spec.c
index 8581bb7..376282d 100644
--- a/src/plugins/gs-plugin-hardcoded-menu-spec.c
+++ b/src/plugins/gs-plugin-hardcoded-menu-spec.c
@@ -39,7 +39,7 @@ gs_plugin_get_name (void)
gdouble
gs_plugin_get_priority (GsPlugin *plugin)
{
- return 0.0f;
+ return -101.0f;
}
/**
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]