diff options
author | Robert Tari <robert@tari.in> | 2021-11-03 21:10:43 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-11-08 09:02:06 +0100 |
commit | 45c279316fe33302d1348ef91a5851643c207f64 (patch) | |
tree | bfccd1d744494c460fdb451d32131e19da7fa9a4 /src/options-gsettings.vala | |
parent | 099ce0e931646aae11ab086b94d15f2a1414c797 (diff) | |
download | ayatana-indicator-sound-45c279316fe33302d1348ef91a5851643c207f64.tar.gz ayatana-indicator-sound-45c279316fe33302d1348ef91a5851643c207f64.tar.bz2 ayatana-indicator-sound-45c279316fe33302d1348ef91a5851643c207f64.zip |
Rename HAS_UBUNTU_SOUND_SCHEMA
Diffstat (limited to 'src/options-gsettings.vala')
-rw-r--r-- | src/options-gsettings.vala | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/options-gsettings.vala b/src/options-gsettings.vala index 5284011..5691a17 100644 --- a/src/options-gsettings.vala +++ b/src/options-gsettings.vala @@ -31,7 +31,7 @@ public class IndicatorSound.OptionsGSettings : Options } private Settings _settings = new Settings ("org.ayatana.indicator.sound"); -#if HAS_UBUNTU_SOUND_SCHEMA +#if HAS_LOMIRI_SOUND_SCHEMA private Settings _shared_settings = new Settings ("com.lomiri.sound"); #else private Settings _shared_settings = new Settings ("org.ayatana.sound"); |