diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/settings.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/settings.h b/src/settings.h index 43f0383..9663c8d 100644 --- a/src/settings.h +++ b/src/settings.h @@ -6,8 +6,8 @@ #define __SETTINGS_H__ #define NOTIFICATIONS_SCHEMA "org.ayatana.indicator.notifications" -#define NOTIFICATIONS_KEY_BLACKLIST "filter-list" -#define NOTIFICATIONS_KEY_BLACKLIST_HINTS "filter-list-hints" +#define NOTIFICATIONS_KEY_FILTER_LIST "filter-list" +#define NOTIFICATIONS_KEY_FILTER_LIST_HINTS "filter-list-hints" #define NOTIFICATIONS_KEY_CLEAR_MC "clear-on-middle-click" #define NOTIFICATIONS_KEY_DND "do-not-disturb" #define NOTIFICATIONS_KEY_HIDE_INDICATOR "hide-indicator" |