https://bugs.kde.org/show_bug.cgi?id=367688
David Rosca <now...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version Fixed In| |5.10.0 Resolution|--- |FIXED Status|CONFIRMED |RESOLVED Latest Commit| |https://commits.kde.org/pla | |sma-pa/b364a9e6c60cd3681ee7 | |f3680179251e2efd2939 --- Comment #11 from David Rosca <now...@gmail.com> --- Git commit b364a9e6c60cd3681ee7f3680179251e2efd2939 by David Rosca. Committed on 29/04/2017 at 21:00. Pushed by drosca into branch 'master'. StreamRestore: Don't write unnecessary changes Applet updates mute state with every volume change - it does writeChanges(volume) immediately following with writeChanges(mute) and it seems to make PulseAudio to ignore the volume change. This makes sure that writeChanges() is only called when something really changed. FIXED-IN: 5.10.0 Differential Revision: https://phabricator.kde.org/D5657 M +12 -4 src/streamrestore.cpp https://commits.kde.org/plasma-pa/b364a9e6c60cd3681ee7f3680179251e2efd2939 -- You are receiving this mail because: You are watching all bug changes.