https://bugs.kde.org/show_bug.cgi?id=380414
David Rosca <now...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CONFIRMED |RESOLVED Resolution|--- |FIXED Version Fixed In| |5.10.1 Latest Commit| |https://commits.kde.org/pla | |sma-pa/2509b6bbf507818ced15 | |b219a693de07b11d5285 --- Comment #2 from David Rosca <now...@gmail.com> --- Git commit 2509b6bbf507818ced15b219a693de07b11d5285 by David Rosca. Committed on 01/06/2017 at 07:46. Pushed by drosca into branch 'Plasma/5.10'. Don't call setDefaultSink/Source when already default Checked state changes are not correctly handled in default device QtQuickControls checkbox in KCM (changes are applied also for non-user initiated, eg. on component complete). This triggers setting the default device when opening KCM which moves all streams to that device, and it breaks any previous manual configuration (moving streams to different devices). Make sure we call setDefaultSink/Source only when the default device is actually different. FIXED-IN: 5.10.1 Differential Revision: https://phabricator.kde.org/D6055 M +1 -1 src/sink.cpp M +1 -1 src/source.cpp https://commits.kde.org/plasma-pa/2509b6bbf507818ced15b219a693de07b11d5285 -- You are receiving this mail because: You are watching all bug changes.