[gnome-software] Require the description when listing installed applications



commit f00149916a664a2ff031451e02629c1320fa94fc
Author: Kalev Lember <kalevlember gmail com>
Date:   Sun Aug 10 14:27:57 2014 +0200

    Require the description when listing installed applications
    
    Fixes the same issue as the previous commit, but for the installed apps
    view.

 src/gs-shell-installed.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/gs-shell-installed.c b/src/gs-shell-installed.c
index 61bef65..3847ce9 100644
--- a/src/gs-shell-installed.c
+++ b/src/gs-shell-installed.c
@@ -324,6 +324,7 @@ gs_shell_installed_refresh (GsShellInstalled *shell_installed, gboolean scroll_u
                                              GS_PLUGIN_REFINE_FLAGS_REQUIRE_HISTORY |
                                              GS_PLUGIN_REFINE_FLAGS_REQUIRE_SETUP_ACTION |
                                              GS_PLUGIN_REFINE_FLAGS_REQUIRE_VERSION |
+                                             GS_PLUGIN_REFINE_FLAGS_REQUIRE_DESCRIPTION |
                                              GS_PLUGIN_REFINE_FLAGS_REQUIRE_RATING,
                                              priv->cancellable,
                                              gs_shell_installed_get_installed_cb,


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