From 4ce136b2ce2d2909d56bc8ead06cc942a60f0a09 Mon Sep 17 00:00:00 2001 From: Derk-Jan Hartman Date: Sun, 11 May 2003 18:41:27 +0000 Subject: [PATCH] * forgot one file. see previous intf.m commit for details. --- modules/gui/macosx/controls.m | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/gui/macosx/controls.m b/modules/gui/macosx/controls.m index e30af2ccbf..ec83c4a1ec 100644 --- a/modules/gui/macosx/controls.m +++ b/modules/gui/macosx/controls.m @@ -2,7 +2,7 @@ * controls.m: MacOS X interface plugin ***************************************************************************** * Copyright (C) 2002-2003 VideoLAN - * $Id: controls.m,v 1.37 2003/05/08 01:16:57 hartman Exp $ + * $Id: controls.m,v 1.38 2003/05/11 18:41:27 hartman Exp $ * * Authors: Jon Lech Johansen * Christophe Massiot @@ -160,7 +160,7 @@ input_ChangeArea( p_playlist->p_input, p_area ); vlc_mutex_unlock( &p_playlist->object_lock ); - p_intf->p_sys->b_chapter_update = VLC_TRUE; + p_intf->p_sys->b_input_update = VLC_TRUE; } else { @@ -206,7 +206,7 @@ input_ChangeArea( p_playlist->p_input, p_area ); vlc_mutex_unlock( &p_playlist->object_lock ); - p_intf->p_sys->b_chapter_update = VLC_TRUE; + p_intf->p_sys->b_input_update = VLC_TRUE; } else { -- 2.39.2