[gnome-software: 11/13] update-list: Don't show the description




commit 5d3b8290522d636c097f07bdc1cef38e5f880755
Author: Adrien Plazas <kekun plazas laposte net>
Date:   Mon Aug 9 17:18:57 2021 +0200

    update-list: Don't show the description
    
    It isn't needed here and just adds up noise the the relevant info.

 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 127e492fc..98cd44658 100644
--- a/src/gs-update-list.c
+++ b/src/gs-update-list.c
@@ -41,6 +41,7 @@ gs_update_list_add_app (GsUpdateList *update_list, GsApp *app)
        GtkWidget *app_row;
 
        app_row = gs_app_row_new (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);
        gtk_container_add (GTK_CONTAINER (update_list), app_row);


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