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 ++-- src/notification-menuitem.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src') 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); diff --git a/src/notification-menuitem.c b/src/notification-menuitem.c index 840885e..3a3236f 100644 --- a/src/notification-menuitem.c +++ b/src/notification-menuitem.c @@ -11,8 +11,8 @@ #include "urlregex.h" #define NOTIFICATION_MENUITEM_MAX_CHARS 42 -#define NOTIFICATION_MENUITEM_CLOSE_SELECT "indicator-notification-close-select" -#define NOTIFICATION_MENUITEM_CLOSE_DESELECT "indicator-notification-close-deselect" +#define NOTIFICATION_MENUITEM_CLOSE_SELECT "ayatana-indicator-notification-close-select" +#define NOTIFICATION_MENUITEM_CLOSE_DESELECT "ayatana-indicator-notification-close-deselect" enum { CLICKED, -- cgit v1.2.3