From 9cb6e6e7bea6e7cded5212d99083ff948cb100bb Mon Sep 17 00:00:00 2001 From: Jason Conti Date: Thu, 25 Aug 2016 16:28:00 -0400 Subject: * Added support for visiting links within notifications - Currently inserting two test links into each message (no link parsing) - Changes how notifications are highlighted and closed + Removed prelight on the menuitem so that the links render correctly + Must click the X to close a notification now --- src/notification-menuitem.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/notification-menuitem.h') diff --git a/src/notification-menuitem.h b/src/notification-menuitem.h index b13d8aa..c44c105 100644 --- a/src/notification-menuitem.h +++ b/src/notification-menuitem.h @@ -34,8 +34,9 @@ struct _NotificationMenuItemClass }; struct _NotificationMenuItemPrivate { - GtkWidget *label; GtkWidget *close_image; + GtkWidget *hbox; + GtkWidget *label; }; #define NOTIFICATION_MENUITEM_GET_PRIVATE(o) \ -- cgit v1.2.3