Commit 1509637a authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

Mac OS X gui: Fix a rare bug of non-update of the vout's title. The manage-ing...

Mac OS X gui: Fix a rare bug of non-update of the vout's title. The manage-ing thread can't be trust on input change.
parent 970d0bcd
......@@ -197,6 +197,7 @@ static int PlaylistChanged( vlc_object_t *p_this, const char *psz_variable,
p_intf->p_sys->b_playlist_update = VLC_TRUE;
p_intf->p_sys->b_intf_update = VLC_TRUE;
p_intf->p_sys->b_playmode_update = VLC_TRUE;
p_intf->p_sys->b_current_title_update = VLC_TRUE;
return VLC_SUCCESS;
}
......
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