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 | |
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')
-rw-r--r-- | include/datetime/dbus-shared.h | 6 | ||||
-rw-r--r-- | include/notifications/dbus-shared.h | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/include/datetime/dbus-shared.h b/include/datetime/dbus-shared.h index 9c80336..0b6aa95 100644 --- a/include/datetime/dbus-shared.h +++ b/include/datetime/dbus-shared.h @@ -24,9 +24,9 @@ #define BUS_DATETIME_NAME "org.ayatana.indicator.datetime" #define BUS_DATETIME_PATH "/org/ayatana/indicator/datetime" -#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" namespace Bus { 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" |