[gnome-software/gnome-3-20] ubuntu-reviews: Depend on appstream to set source information
- From: Richard Hughes <rhughes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software/gnome-3-20] ubuntu-reviews: Depend on appstream to set source information
- Date: Mon, 23 May 2016 11:05:12 +0000 (UTC)
commit 853d65aa643c36e18399bd400a07dde5f4d81a5d
Author: Robert Ancell <robert ancell canonical com>
Date: Wed Mar 2 21:14:32 2016 +1300
ubuntu-reviews: Depend 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 21a9e1f..7f57366 100644
--- a/src/plugins/gs-plugin-ubuntu-reviews.c
+++ b/src/plugins/gs-plugin-ubuntu-reviews.c
@@ -80,7 +80,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]