Commit d5c44e83 authored by Laurent Aimar's avatar Laurent Aimar

* control: compilation fix.

parent 7bcd0e8c
...@@ -118,7 +118,7 @@ gboolean GtkControlPause( GtkWidget *widget, ...@@ -118,7 +118,7 @@ gboolean GtkControlPause( GtkWidget *widget,
return FALSE; return FALSE;
} }
var_SetInteger( p_intf->p_sys->p_input, PAUSE_S ); var_SetInteger( p_intf->p_sys->p_input, "state", PAUSE_S );
return TRUE; return 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