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 12:47:19 +0100 |
commit | f895b91a6f75d37d67e9e4dc946b0a954384d1d0 (patch) | |
tree | 05d5de0ba18a84adf3ba3b5bc7e8b63a54f21b6a /tests/integration/indicator-sound-test-base.cpp | |
parent | 98af840c2161da2a61f7ac1f6f39bcb8ff0d61c1 (diff) | |
download | ayatana-indicator-sound-f895b91a6f75d37d67e9e4dc946b0a954384d1d0.tar.gz ayatana-indicator-sound-f895b91a6f75d37d67e9e4dc946b0a954384d1d0.tar.bz2 ayatana-indicator-sound-f895b91a6f75d37d67e9e4dc946b0a954384d1d0.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 |