[gnome-software/wip/rancell/reviews] review plugin depends on appstream to set source information



commit 54430e9e340c30b5a598629caaf4d8adeb5b9ff4
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 abab986..c6cfbfd 100644
--- a/src/plugins/gs-plugin-ubuntu-reviews.c
+++ b/src/plugins/gs-plugin-ubuntu-reviews.c
@@ -93,7 +93,9 @@ gs_plugin_initialize (GsPlugin *plugin)
 const gchar **
 gs_plugin_get_deps (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]