diff options
author | Robert Tari <robert@tari.in> | 2021-10-31 22:19:42 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-11-01 10:38:42 +0100 |
commit | d8f10b3cf26b5e585db0f2b5d2e0a7e528c23160 (patch) | |
tree | d55248e0b04537ef837183dd57181b63e341afb4 /tests/notification-fixture.h | |
parent | a007ddef3b530d1f58975a9e733ae2ec49fe9531 (diff) | |
download | ayatana-indicator-datetime-d8f10b3cf26b5e585db0f2b5d2e0a7e528c23160.tar.gz ayatana-indicator-datetime-d8f10b3cf26b5e585db0f2b5d2e0a7e528c23160.tar.bz2 ayatana-indicator-datetime-d8f10b3cf26b5e585db0f2b5d2e0a7e528c23160.zip |
Rename com.ubuntu.touch.AccountsService.Sound to com.lomiri.touch.AccountsService.Sound
Diffstat (limited to 'tests/notification-fixture.h')
-rw-r--r-- | tests/notification-fixture.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/notification-fixture.h b/tests/notification-fixture.h index 5024792..6c26409 100644 --- a/tests/notification-fixture.h +++ b/tests/notification-fixture.h @@ -80,7 +80,7 @@ protected: static constexpr char const * HINT_TIMEOUT {"x-ayatana-snap-decisions-timeout"}; static constexpr char const * AS_BUSNAME {"org.freedesktop.Accounts"}; - static constexpr char const * AS_INTERFACE {"com.ubuntu.touch.AccountsService.Sound"}; + static constexpr char const * AS_INTERFACE {"com.lomiri.touch.AccountsService.Sound"}; static constexpr char const * PROP_OTHER_VIBRATIONS {"OtherVibrate"}; static constexpr char const * PROP_SILENT_MODE {"SilentMode"}; |