]> git.sesse.net Git - vlc/blobdiff - modules/access/satellite/access.c
* src/misc/variables.c, ALL: improvements to the object variables api.
[vlc] / modules / access / satellite / access.c
index e4a9269ddde55f7dadee121a3db1779bb5533f6f..ff3b3ed3daf37e165faee3da33952aee2f016826 100644 (file)
@@ -437,7 +437,7 @@ int SatelliteSetProgram( input_thread_t    * p_input,
 
     /* Update the navigation variables without triggering a callback */
     val.i_int = p_new_prg->i_number;
-    var_Change( p_input, "program", VLC_VAR_SETVALUE, &val );
+    var_Change( p_input, "program", VLC_VAR_SETVALUE, &val, NULL );
 
     return 0;
 }