diff options
author | Jason Conti <jason.conti@gmail.com> | 2019-06-07 16:26:23 -0400 |
---|---|---|
committer | Jason Conti <jason.conti@gmail.com> | 2019-06-07 16:26:23 -0400 |
commit | c86a42ea6ab8f995d9ee34359769ed934336fe7a (patch) | |
tree | 43a5765a05bbce6c44f4b531a24114bd7e52719c /src/indicator-notifications.c | |
parent | e704cbf0b4aaf4c71341c5b585ae01ede2fed4b6 (diff) | |
download | ayatana-indicator-notifications-c86a42ea6ab8f995d9ee34359769ed934336fe7a.tar.gz ayatana-indicator-notifications-c86a42ea6ab8f995d9ee34359769ed934336fe7a.tar.bz2 ayatana-indicator-notifications-c86a42ea6ab8f995d9ee34359769ed934336fe7a.zip |
* Pull out gsettings schema keys to settings.h to avoid duplication
Diffstat (limited to 'src/indicator-notifications.c')
-rw-r--r-- | src/indicator-notifications.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/indicator-notifications.c b/src/indicator-notifications.c index 41164c9..72db13d 100644 --- a/src/indicator-notifications.c +++ b/src/indicator-notifications.c @@ -87,11 +87,7 @@ struct _IndicatorNotificationsPrivate { #define INDICATOR_NOTIFICATIONS_GET_PRIVATE(o) \ (G_TYPE_INSTANCE_GET_PRIVATE ((o), INDICATOR_NOTIFICATIONS_TYPE, IndicatorNotificationsPrivate)) -#define NOTIFICATIONS_SCHEMA "net.launchpad.indicator.notifications" -#define NOTIFICATIONS_KEY_BLACKLIST "blacklist" -#define NOTIFICATIONS_KEY_CLEAR_MC "clear-on-middle-click" -#define NOTIFICATIONS_KEY_HIDE_INDICATOR "hide-indicator" -#define NOTIFICATIONS_KEY_MAX_ITEMS "max-items" +#include "settings.h" #define INDICATOR_ICON_SIZE 22 #define INDICATOR_ICON_READ "indicator-notification-read" |