[gnome-software/1723-installed-updates-papercuts] gs-update-list: Hide "Installed" label on the app rows
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software/1723-installed-updates-papercuts] gs-update-list: Hide "Installed" label on the app rows
- Date: Tue, 19 Apr 2022 12:22:49 +0000 (UTC)
commit 97301970dc512644ab1e67da42af20aca7559ff4
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]