Commit ada85db2 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt4 - Volume, when clicked on the icon, mute and change the icon to the muted one.

parent 7e359e88
...@@ -184,7 +184,9 @@ public: ...@@ -184,7 +184,9 @@ public:
{ {
if (e->type() == QEvent::MouseButtonPress ) if (e->type() == QEvent::MouseButtonPress )
{ {
/* Mute it */
aout_VolumeMute( p_intf, NULL ); aout_VolumeMute( p_intf, NULL );
m->updateVolume( 0 );
return true; return true;
} }
return false; return false;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment