Commit 4c40aec4 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Qt4: --embedded-video must be checked on the window object (not the UI)

parent 42ed348c
......@@ -543,6 +543,8 @@ static int WindowOpen( vlc_object_t *p_obj )
if( var_InheritBool( p_obj, "video-wallpaper" ) )
return VLC_EGENERIC;
#endif
if( !var_InheritBool( p_obj, "embedded-video" ) )
return VLC_EGENERIC;
vlc_value_t val;
......
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