aboutsummaryrefslogtreecommitdiff
path: root/src/settings.h
diff options
context:
space:
mode:
authorJason Conti <jason.conti@gmail.com>2020-08-20 09:45:37 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2020-08-20 14:38:04 +0200
commitaca92b39f32f0d850f5a74b79591a587273c2168 (patch)
treea7362de46218e265be4adfb2c116a160091570a6 /src/settings.h
parent3fbc05dc4cbf564644f2500508e642eb80f07264 (diff)
downloadayatana-indicator-notifications-aca92b39f32f0d850f5a74b79591a587273c2168.tar.gz
ayatana-indicator-notifications-aca92b39f32f0d850f5a74b79591a587273c2168.tar.bz2
ayatana-indicator-notifications-aca92b39f32f0d850f5a74b79591a587273c2168.zip
Rename blacklist to filter-list.
Diffstat (limited to 'src/settings.h')
-rw-r--r--src/settings.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/settings.h b/src/settings.h
index 4eb0030..43f0383 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 "blacklist"
-#define NOTIFICATIONS_KEY_BLACKLIST_HINTS "blacklist-hints"
+#define NOTIFICATIONS_KEY_BLACKLIST "filter-list"
+#define NOTIFICATIONS_KEY_BLACKLIST_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"