diff options
author | Robert Tari <robert@tari.in> | 2021-11-03 21:04:41 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-11-08 09:02:06 +0100 |
commit | 1ca91789f224d76507e2a2eac1cfef46c5c3c902 (patch) | |
tree | 289424e39cdd35b229fdec323169dd0a222d46f8 /tests/integration/indicator-sound-test-base.cpp | |
parent | 3cec34da0d992880b4e5013e4906bcd74630be05 (diff) | |
download | ayatana-indicator-sound-1ca91789f224d76507e2a2eac1cfef46c5c3c902.tar.gz ayatana-indicator-sound-1ca91789f224d76507e2a2eac1cfef46c5c3c902.tar.bz2 ayatana-indicator-sound-1ca91789f224d76507e2a2eac1cfef46c5c3c902.zip |
Rename com.ubuntu.sound
Diffstat (limited to 'tests/integration/indicator-sound-test-base.cpp')
-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 b92cc9f..869139b 100644 --- a/tests/integration/indicator-sound-test-base.cpp +++ b/tests/integration/indicator-sound-test-base.cpp @@ -184,7 +184,7 @@ bool IndicatorSoundTestBase::resetAllowAmplifiedVolume() proc.start("gsettings", QStringList() << "reset" #ifdef HAS_UBUNTU_SOUND_SCHEMA - << "com.ubuntu.sound" + << "com.lomiri.sound" #else << "org.ayatana.sound" #endif |