]> git.sesse.net Git - vlc/commitdiff
Print status change message when volume is changed with volume command on the rc...
authorJean-Paul Saman <jpsaman@videolan.org>
Sat, 13 Aug 2005 16:55:28 +0000 (16:55 +0000)
committerJean-Paul Saman <jpsaman@videolan.org>
Sat, 13 Aug 2005 16:55:28 +0000 (16:55 +0000)
modules/control/rc.c

index d07462b5e45f7c14e3369214c9576afac9b77119..4a7db821c79efc87b1e0878ccb244e351ff5356b 100644 (file)
@@ -1686,6 +1686,7 @@ static int Volume( vlc_object_t *p_this, char const *psz_cmd,
                 var_Set( p_intf->p_vlc, "key-pressed", keyval );
             }        
             i_error = aout_VolumeSet( p_this, i_volume );
+            msg_rc( STATUS_CHANGE "( audio volume: %d )", i_volume );
         }
     }
     else