]> git.sesse.net Git - vlc/blobdiff - src/input/var.c
programs is a string, which is a string, which is not a list
[vlc] / src / input / var.c
index 0ad6ff43c353606100948e87a4cb15cd95543158..92e738f2917752d7ce4891a1fe67e412222dbaec 100644 (file)
@@ -178,7 +178,7 @@ void input_ControlVarInit ( input_thread_t *p_input )
     var_Change( p_input, "program", VLC_VAR_SETTEXT, &text, NULL );
 
     /* Programs */
-    var_Create( p_input, "programs", VLC_VAR_LIST | VLC_VAR_DOINHERIT );
+    var_Create( p_input, "programs", VLC_VAR_STRING | VLC_VAR_DOINHERIT );
     text.psz_string = _("Programs");
     var_Change( p_input, "programs", VLC_VAR_SETTEXT, &text, NULL );