This resolves Bug 1505
@ -376,6 +376,7 @@ KMixDockWidget::dockMute()
if ( md != 0 ) {
md->setMuted( !md->isMuted() );
m_mixer->commitVolumeChange( md );
updatePixmap(false);
}