diff options
author | Robert Tari <robert@tari.in> | 2021-07-19 00:19:07 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-08-29 14:38:27 +0200 |
commit | 6055485c2215e55cc0febe0eb15141e837d8e17b (patch) | |
tree | 75706360a525d1baef249fd91cb74d8ab5e1d4b1 /include/notifications | |
parent | 5a0a3aa5308ae3864194607cb765d05b409c5b41 (diff) | |
download | ayatana-indicator-datetime-6055485c2215e55cc0febe0eb15141e837d8e17b.tar.gz ayatana-indicator-datetime-6055485c2215e55cc0febe0eb15141e837d8e17b.tar.bz2 ayatana-indicator-datetime-6055485c2215e55cc0febe0eb15141e837d8e17b.zip |
Rename com.canonical.powerd -> com.lomiri.Repowerd
Diffstat (limited to 'include/notifications')
-rw-r--r-- | include/notifications/dbus-shared.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/notifications/dbus-shared.h b/include/notifications/dbus-shared.h index 523fb2a..31df219 100644 --- a/include/notifications/dbus-shared.h +++ b/include/notifications/dbus-shared.h @@ -25,9 +25,9 @@ #define BUS_SCREEN_PATH "/com/canonical/Unity/Screen" #define BUS_SCREEN_INTERFACE "com.canonical.Unity.Screen" -#define BUS_POWERD_NAME "com.canonical.powerd" -#define BUS_POWERD_PATH "/com/canonical/powerd" -#define BUS_POWERD_INTERFACE "com.canonical.powerd" +#define BUS_POWERD_NAME "com.lomiri.Repowerd" +#define BUS_POWERD_PATH "/com/lomiri/Repowerd" +#define BUS_POWERD_INTERFACE "com.lomiri.Repowerd" #define BUS_HAPTIC_NAME "com.canonical.usensord" #define BUS_HAPTIC_PATH "/com/canonical/usensord/haptic" |