[gnome-software] Show installed apps in the list of popular apps



commit 3f2c30d216dc29261a6031c1be46f41725f8b353
Author: Kalev Lember <kalevlember gmail com>
Date:   Mon Mar 16 16:47:25 2015 +0100

    Show installed apps in the list of popular apps
    
    https://bugzilla.gnome.org/show_bug.cgi?id=746036

 src/gs-plugin-loader.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/gs-plugin-loader.c b/src/gs-plugin-loader.c
index 6488d62..b649657 100644
--- a/src/gs-plugin-loader.c
+++ b/src/gs-plugin-loader.c
@@ -1307,7 +1307,6 @@ gs_plugin_loader_get_popular_thread_cb (GTask *task,
 
        /* filter package list */
        gs_plugin_list_filter (&state->list, gs_plugin_loader_app_is_valid, NULL);
-       gs_plugin_list_filter (&state->list, gs_plugin_loader_app_is_non_installed, NULL);
        gs_plugin_list_filter (&state->list, gs_plugin_loader_filter_qt_for_gtk, NULL);
        gs_plugin_list_filter (&state->list, gs_plugin_loader_get_app_is_compatible, plugin_loader);
        if (state->list == NULL) {


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