[gnome-software] Move the hardcoded menu spec plugin earlier



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]