]> git.sesse.net Git - vlc/blobdiff - src/audio_output/intf.c
Make volume-change a void rather than a boolean
[vlc] / src / audio_output / intf.c
index 9a9548bf8c32f74f2d3c25b1b6fa033095dce845..0424b888fba434088377e49c2ca43b67cc6fd722 100644 (file)
@@ -153,7 +153,7 @@ int doVolumeChanges( unsigned action, vlc_object_t * p_object, int i_nb_steps,
     }
 
     /* trigger callbacks */
-    var_SetBool( p_object->p_libvlc, "volume-change", true );
+    var_TriggerCallback( p_object->p_libvlc, "volume-change");
     if ( p_aout ) var_SetBool( p_aout, "intf-change", true );
 
     if ( p_aout )