[gnome-software] Always show available web-apps



commit a8752c38057de1699b596ddc72717eaef9ba586d
Author: Richard Hughes <richard hughsie com>
Date:   Mon Feb 22 17:05:40 2016 +0000

    Always show available web-apps
    
    Ensure that the AppStream plugin is loaded before the epiphany plugin.
    
    Resolves: https://bugzilla.gnome.org/show_bug.cgi?id=758645

 src/plugins/gs-plugin-epiphany.c |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)
---
diff --git a/src/plugins/gs-plugin-epiphany.c b/src/plugins/gs-plugin-epiphany.c
index b0348d9..a954a73 100644
--- a/src/plugins/gs-plugin-epiphany.c
+++ b/src/plugins/gs-plugin-epiphany.c
@@ -47,6 +47,18 @@ gs_plugin_get_name (void)
 }
 
 /**
+ * gs_plugin_get_deps:
+ */
+const gchar **
+gs_plugin_get_deps (GsPlugin *plugin)
+{
+       static const gchar *deps[] = {
+               "appstream",
+               NULL };
+       return deps;
+}
+
+/**
  * gs_plugin_initialize:
  */
 void


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