diff options
author | Jason Conti <jason.conti@gmail.com> | 2017-12-04 15:04:00 -0500 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-12-05 10:13:49 +0100 |
commit | 6bdff16872a0f41a5f1bc7f0e44aba2ad3d557ac (patch) | |
tree | 04bb9bc9cc83b185ddbbee4c851ea3439715f555 | |
parent | 3c81b45d3a817121a90c881d5c10f1039a4f7de9 (diff) | |
download | ayatana-indicator-notifications-6bdff16872a0f41a5f1bc7f0e44aba2ad3d557ac.tar.gz ayatana-indicator-notifications-6bdff16872a0f41a5f1bc7f0e44aba2ad3d557ac.tar.bz2 ayatana-indicator-notifications-6bdff16872a0f41a5f1bc7f0e44aba2ad3d557ac.zip |
Update icon names in source defines
-rw-r--r-- | src/indicator-notifications.c | 4 | ||||
-rw-r--r-- | src/notification-menuitem.c | 4 |
2 files changed, 4 insertions, 4 deletions
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, |