Fix kmix icon change on muting/unmuting

This resolves Bug 1505
(cherry picked from commit c4ec71ca50)
v3.5.13-sru
Francois Andriot 12 years ago committed by Slávek Banko
parent bff854adf0
commit 6e6307c6ef

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

Loading…
Cancel
Save