diff options
author | Robert Tari <robert@tari.in> | 2021-11-11 00:10:38 +0100 |
---|---|---|
committer | Robert Tari <robert@tari.in> | 2021-11-15 04:40:51 +0100 |
commit | 88e440bb1689063c6d47ac7a4965eb597a8ec9cb (patch) | |
tree | a603306b2a6ba80ca8053e48b18deccc1ee37cf5 /src/accounts-service-access.vala | |
parent | 425c531ba241415514743f7cc6dae8c17683cb9f (diff) | |
download | ayatana-indicator-sound-88e440bb1689063c6d47ac7a4965eb597a8ec9cb.tar.gz ayatana-indicator-sound-88e440bb1689063c6d47ac7a4965eb597a8ec9cb.tar.bz2 ayatana-indicator-sound-88e440bb1689063c6d47ac7a4965eb597a8ec9cb.zip |
Clean up schema detection and conditional code
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 1c55ff2..373e294 100644 --- a/src/accounts-service-access.vala +++ b/src/accounts-service-access.vala @@ -143,7 +143,7 @@ public class AccountsServiceAccess : Object string user_path; if (user_path_variant.check_format_string ("(o)", true)) { user_path_variant.get ("(o)", out user_path); -#if HAS_LOMIRI_SOUND_SCHEMA +#if HAS_LOMIRI_SCHEMAS _user_proxy = yield new DBusProxy.for_bus (BusType.SYSTEM, DBusProxyFlags.GET_INVALIDATED_PROPERTIES, null, "org.freedesktop.Accounts", user_path, "com.lomiri.AccountsService.Sound"); #endif } else { |