diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-11-03 09:17:55 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-11-03 09:17:55 +0100 |
commit | 52b13d7bd089173901e9118551016ce6da8810f8 (patch) | |
tree | 09cda115a3ff9a91dd65b00b66f7a3351a2cced1 | |
parent | d3bf05ad1d2f4c6c88ad44519833a8edeea53936 (diff) | |
parent | 371d9a19c4920716865a83110d8b3c3641f10361 (diff) | |
download | ayatana-indicator-datetime-52b13d7bd089173901e9118551016ce6da8810f8.tar.gz ayatana-indicator-datetime-52b13d7bd089173901e9118551016ce6da8810f8.tar.bz2 ayatana-indicator-datetime-52b13d7bd089173901e9118551016ce6da8810f8.zip |
Merge branch 'tari01-pr/rename-com-ubuntu-calendar'
Attributes GH PR #73: https://github.com/AyatanaIndicators/ayatana-indicator-datetime/pull/73
-rw-r--r-- | include/datetime/settings-shared.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/datetime/settings-shared.h b/include/datetime/settings-shared.h index 2deb52c..7280c16 100644 --- a/include/datetime/settings-shared.h +++ b/include/datetime/settings-shared.h @@ -54,7 +54,7 @@ TimeFormatMode; #define SETTINGS_NOTIFY_APPS_SCHEMA_ID "com.lomiri.notifications.settings.applications" #define SETTINGS_VIBRATE_SILENT_KEY "vibrate-silent-mode" #define SETTINGS_NOTIFY_SCHEMA_ID "com.lomiri.notifications.settings" -#define SETTINGS_NOTIFY_CALENDAR_PATH "/com/lomiri/NotificationSettings/com.ubuntu.calendar/calendar/" +#define SETTINGS_NOTIFY_CALENDAR_PATH "/com/lomiri/NotificationSettings/com.lomiri.calendar/calendar/" #define SETTINGS_NOTIFY_ENABLED_KEY "enable-notifications" #define SETTINGS_NOTIFY_SOUNDS_KEY "use-sounds-notifications" #define SETTINGS_NOTIFY_VIBRATIONS_KEY "use-vibrations-notifications" |