diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-11-08 12:30:56 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-11-08 12:47:19 +0100 |
commit | ca1d6f23f767f1285edcd6403716649aac4cd140 (patch) | |
tree | 7120593250cd0be1baacb9cf2087918a4a06be4e /src/accounts-service-access.vala | |
parent | 64cb8b30764718a2a4f5b5a077b3a8686bbd7329 (diff) | |
download | ayatana-indicator-sound-ca1d6f23f767f1285edcd6403716649aac4cd140.tar.gz ayatana-indicator-sound-ca1d6f23f767f1285edcd6403716649aac4cd140.tar.bz2 ayatana-indicator-sound-ca1d6f23f767f1285edcd6403716649aac4cd140.zip |
Rename com.ubuntu.AccountsService.Sound
Diffstat (limited to 'src/accounts-service-access.vala')
-rw-r--r-- | src/accounts-service-access.vala | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/accounts-service-access.vala b/src/accounts-service-access.vala index 9973704..4287d86 100644 --- a/src/accounts-service-access.vala +++ b/src/accounts-service-access.vala @@ -144,7 +144,7 @@ public class AccountsServiceAccess : Object if (user_path_variant.check_format_string ("(o)", true)) { user_path_variant.get ("(o)", out user_path); #if HAS_UT_ACCTSERVICE_SOUND_SETTINGS - _user_proxy = yield new DBusProxy.for_bus (BusType.SYSTEM, DBusProxyFlags.GET_INVALIDATED_PROPERTIES, null, "org.freedesktop.Accounts", user_path, "com.ubuntu.AccountsService.Sound"); + _user_proxy = yield new DBusProxy.for_bus (BusType.SYSTEM, DBusProxyFlags.GET_INVALIDATED_PROPERTIES, null, "org.freedesktop.Accounts", user_path, "com.lomiri.AccountsService.Sound"); #else _user_proxy = yield new DBusProxy.for_bus (BusType.SYSTEM, DBusProxyFlags.GET_INVALIDATED_PROPERTIES, null, "org.freedesktop.Accounts", user_path, "org.ayatana.AccountsService.Sound"); #endif |