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



commit cd82ec52909773ad07b1a2277e0c176356f52089
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 865cb0f..696daa5 100644
--- a/src/plugins/gs-plugin-ubuntu-reviews.c
+++ b/src/plugins/gs-plugin-ubuntu-reviews.c
@@ -88,7 +88,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]