]> git.sesse.net Git - vlc/commitdiff
* forgot one file. see previous intf.m commit for details.
authorDerk-Jan Hartman <hartman@videolan.org>
Sun, 11 May 2003 18:41:27 +0000 (18:41 +0000)
committerDerk-Jan Hartman <hartman@videolan.org>
Sun, 11 May 2003 18:41:27 +0000 (18:41 +0000)
modules/gui/macosx/controls.m

index e30af2ccbfa15f97c2b9a12b3862cdd77f0e9fe7..ec83c4a1ecac748aaf57e79b38d679db1e728aa3 100644 (file)
@@ -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 <jon-vl@nanocrew.net>
  *          Christophe Massiot <massiot@via.ecp.fr>
         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
     {
         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
     {