Commit 78b17927 authored by Laurent Aimar's avatar Laurent Aimar

* menu.c: don't use input_ChangeProgram.

parent 78b381b7
......@@ -200,7 +200,7 @@ void GtkPopupNavigationToggle( GtkCheckMenuItem * menuitem,
{ \
int i_program_id = (ptrdiff_t)user_data; \
\
input_ChangeProgram( p_intf->p_sys->p_input, i_program_id ); \
var_SetInteger( p_intf->p_sys->p_input, "program", i_program_id ); \
\
p_intf->p_sys->b_program_update = VLC_TRUE; \
\
......
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