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 /tests/integration | |
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 'tests/integration')
-rw-r--r-- | tests/integration/indicator-sound-test-base.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/integration/indicator-sound-test-base.cpp b/tests/integration/indicator-sound-test-base.cpp index 869139b..5812a04 100644 --- a/tests/integration/indicator-sound-test-base.cpp +++ b/tests/integration/indicator-sound-test-base.cpp @@ -183,7 +183,7 @@ bool IndicatorSoundTestBase::resetAllowAmplifiedVolume() proc.start("gsettings", QStringList() << "reset" -#ifdef HAS_UBUNTU_SOUND_SCHEMA +#ifdef HAS_LOMIRI_SOUND_SCHEMA << "com.lomiri.sound" #else << "org.ayatana.sound" |