]> git.sesse.net Git - vlc/commitdiff
* ./modules/gui/macosx/intf.m:
authorDerk-Jan Hartman <hartman@videolan.org>
Thu, 30 Jan 2003 15:39:38 +0000 (15:39 +0000)
committerDerk-Jan Hartman <hartman@videolan.org>
Thu, 30 Jan 2003 15:39:38 +0000 (15:39 +0000)
  - we close the video window after a video is done playing.

modules/gui/macosx/intf.m

index fd214f3970d4810f185332b7b0f6ba6510df4ff2..8b1c57b543c6429d2bdb72d699874df03b54dd25 100644 (file)
@@ -2,7 +2,7 @@
  * intf.m: MacOS X interface plugin
  *****************************************************************************
  * Copyright (C) 2002-2003 VideoLAN
- * $Id: intf.m,v 1.39 2003/01/30 00:39:41 massiot Exp $
+ * $Id: intf.m,v 1.40 2003/01/30 15:39:38 hartman Exp $
  *
  * Authors: Jon Lech Johansen <jon-vl@nanocrew.net>
  *          Christophe Massiot <massiot@via.ecp.fr>
@@ -427,6 +427,7 @@ static void Run( intf_thread_t *p_intf )
             [self displayTime];
             [self manageMode];
             p_intf->p_sys->b_playing = 0;
+            p_intf->p_sys->b_stopping = 1;
         }
 
         /* update the log window */