diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-12-02 21:52:34 +0000 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-12-02 21:52:34 +0000 |
commit | 1ba65f8795d462162cafb437218874cfe9185f4a (patch) | |
tree | c1a26b87bfb1d688cd47cf762b4dc879c5696cc1 /src | |
parent | 4f413b09c0188f43231831cf545011e954787f02 (diff) | |
download | ayatana-indicator-sound-1ba65f8795d462162cafb437218874cfe9185f4a.tar.gz ayatana-indicator-sound-1ba65f8795d462162cafb437218874cfe9185f4a.tar.bz2 ayatana-indicator-sound-1ba65f8795d462162cafb437218874cfe9185f4a.zip |
Fix naming flaw in pre-processor macro name.
Diffstat (limited to 'src')
-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 a0aef26..556bbc6 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_SETTINGS +#if HAS_UBUNTU_SOUND_SCHEMA private Settings _shared_settings = new Settings ("com.ubuntu.sound"); #else private Settings _shared_settings = new Settings ("org.ayatana.sound"); |