[gnome-software/wip/temp/ubuntu-xenial-rebased: 132/329] review plugin depends on appstream to set source information



commit 8ef04a5fabbbc001ae18809329f3aab4819ca8fa
Author: Robert Ancell <robert ancell canonical com>
Date:   Wed Mar 2 21:14:32 2016 +1300

    review plugin depends on appstream to set source information

 src/plugins/gs-plugin-ubuntu-reviews.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/src/plugins/gs-plugin-ubuntu-reviews.c b/src/plugins/gs-plugin-ubuntu-reviews.c
index 8796794..24f51ea 100644
--- a/src/plugins/gs-plugin-ubuntu-reviews.c
+++ b/src/plugins/gs-plugin-ubuntu-reviews.c
@@ -87,7 +87,9 @@ gs_plugin_initialize (GsPlugin *plugin)
 const gchar **
 gs_plugin_order_after (GsPlugin *plugin)
 {
-       static const gchar *deps[] = { NULL };
+       static const gchar *deps[] = {
+               "appstream",
+               NULL };
        return deps;
 }
 


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