From 6bdff16872a0f41a5f1bc7f0e44aba2ad3d557ac Mon Sep 17 00:00:00 2001 From: Jason Conti Date: Mon, 4 Dec 2017 15:04:00 -0500 Subject: Update icon names in source defines --- src/indicator-notifications.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/indicator-notifications.c') diff --git a/src/indicator-notifications.c b/src/indicator-notifications.c index fe4e2fa..b9a123d 100644 --- a/src/indicator-notifications.c +++ b/src/indicator-notifications.c @@ -94,8 +94,8 @@ struct _IndicatorNotificationsPrivate { #define NOTIFICATIONS_KEY_MAX_ITEMS "max-items" #define INDICATOR_ICON_SIZE 22 -#define INDICATOR_ICON_READ "indicator-notification-read" -#define INDICATOR_ICON_UNREAD "indicator-notification-unread" +#define INDICATOR_ICON_READ "ayatana-indicator-notification-read" +#define INDICATOR_ICON_UNREAD "ayatana-indicator-notification-unread" GType indicator_notifications_get_type(void); -- cgit v1.2.3