[gnome-control-center/gbsneto/minor-cleanups-pt1: 3/12] notifications: Add go-next-symbolic icon to rows




commit ca7ba700472d1187479cf05298196a78670d941f
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Fri Jan 21 11:42:00 2022 -0300

    notifications: Add go-next-symbolic icon to rows
    
    As per design feedback.
    
    See https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/1587

 panels/notifications/cc-notifications-panel.c | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/panels/notifications/cc-notifications-panel.c b/panels/notifications/cc-notifications-panel.c
index 61d13c6a6..0e0faab45 100644
--- a/panels/notifications/cc-notifications-panel.c
+++ b/panels/notifications/cc-notifications-panel.c
@@ -260,6 +260,9 @@ add_application (CcNotificationsPanel *panel,
                                 NULL);
   adw_action_row_add_suffix (ADW_ACTION_ROW (row), w);
 
+  w = gtk_image_new_from_icon_name ("go-next-symbolic");
+  adw_action_row_add_suffix (ADW_ACTION_ROW (row), w);
+
   g_hash_table_add (panel->known_applications, g_strdup (app->canonical_app_id));
 }
 


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