[gnome-software: 6/9] updates-section: Don't show the description




commit 244f216e0b2f236dbee6ee8ba63ac8c7f0a508e9
Author: Adrien Plazas <kekun plazas laposte net>
Date:   Fri Jul 23 09:07:37 2021 +0200

    updates-section: Don't show the description
    
    This matches the latest designs.

 src/gs-updates-section.c | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/src/gs-updates-section.c b/src/gs-updates-section.c
index b4227a71a..f93663c34 100644
--- a/src/gs-updates-section.c
+++ b/src/gs-updates-section.c
@@ -128,6 +128,7 @@ gs_updates_section_add_app (GsUpdatesSection *self, 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), TRUE);
        gs_app_row_set_show_buttons (GS_APP_ROW (app_row), TRUE);
        g_signal_connect (app_row, "button-clicked",


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