diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2020-08-20 14:08:43 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2020-08-21 15:04:10 +0200 |
commit | d50e5a3a331fcf14c9b06da7fdce443eacecd1de (patch) | |
tree | 4b8d8a6173617c52a5f0c81ea922226714c3b3cb /src | |
parent | ab788386e4d79b0199741388e55d8a4032f6e9cc (diff) | |
download | ayatana-indicator-notifications-d50e5a3a331fcf14c9b06da7fdce443eacecd1de.tar.gz ayatana-indicator-notifications-d50e5a3a331fcf14c9b06da7fdce443eacecd1de.tar.bz2 ayatana-indicator-notifications-d50e5a3a331fcf14c9b06da7fdce443eacecd1de.zip |
Update translation files (for blacklist/filter-list renaming and do-not-disturb feature).
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" |