[gnome-control-center/gbsneto/minor-cleanups-pt1: 1/10] notifications: Add go-next-symbolic icon to rows
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center/gbsneto/minor-cleanups-pt1: 1/10] notifications: Add go-next-symbolic icon to rows
- Date: Fri, 21 Jan 2022 16:12:21 +0000 (UTC)
commit 8d896bb2736b08f16aadc09aa3acf27c245666da
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]