[gnome-software] trivial: Never show OS upgrades in the installed list



commit caa066b7e8c35d0576b9d754f99b4dfa0e0980bf
Author: Richard Hughes <richard hughsie com>
Date:   Wed Apr 20 21:43:52 2016 +0100

    trivial: Never show OS upgrades in the installed list

 src/gs-plugin-loader.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/gs-plugin-loader.c b/src/gs-plugin-loader.c
index 606ed32..74dfe55 100644
--- a/src/gs-plugin-loader.c
+++ b/src/gs-plugin-loader.c
@@ -538,6 +538,7 @@ static gboolean
 gs_plugin_loader_app_is_valid_installed (GsApp *app, gpointer user_data)
 {
        switch (gs_app_get_kind (app)) {
+       case AS_APP_KIND_OS_UPGRADE:
        case AS_APP_KIND_CODEC:
        case AS_APP_KIND_FONT:
                g_debug ("app invalid as %s: %s",


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