[gnome-software/1723-installed-updates-papercuts: 9/9] gs-update-list: Hide "Installed" label on the app rows




commit 2dcd5c10b87bbbe8a86d9805a25884f42decaf7f
Author: Milan Crha <mcrha redhat com>
Date:   Tue Apr 19 14:21:52 2022 +0200

    gs-update-list: Hide "Installed" label on the app rows
    
    It's not needed here.
    
    Closes https://gitlab.gnome.org/GNOME/gnome-software/-/issues/1723

 src/gs-update-list.c | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/src/gs-update-list.c b/src/gs-update-list.c
index c98099eb2..5e9562cf6 100644
--- a/src/gs-update-list.c
+++ b/src/gs-update-list.c
@@ -59,6 +59,7 @@ gs_update_list_add_app (GsUpdateList *update_list, GsApp *app)
        gs_app_row_set_show_description (GS_APP_ROW (app_row), FALSE);
        gs_app_row_set_show_update (GS_APP_ROW (app_row), FALSE);
        gs_app_row_set_show_buttons (GS_APP_ROW (app_row), FALSE);
+       gs_app_row_set_show_installed (GS_APP_ROW (app_row), FALSE);
        gtk_list_box_append (priv->listbox, app_row);
        gs_app_row_set_size_groups (GS_APP_ROW (app_row),
                                    priv->sizegroup_name,


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