diff Gui/interface.c @ 11918:634a2b279b1a

'video window vanishes after pause' bugfix, based on Andr¸«± K¸«ähne's (andre.kuehne@gmx.net) bugreport
author pontscho
date Tue, 03 Feb 2004 19:02:45 +0000
parents 3f6cecc44fc7
children df423e2d71dc
line wrap: on
line diff
--- a/Gui/interface.c	Tue Feb 03 15:43:17 2004 +0000
+++ b/Gui/interface.c	Tue Feb 03 19:02:45 2004 +0000
@@ -516,7 +516,7 @@
 	 {
 	  case guiSetPlay: 
 	       guiIntfStruct.Playing=1;
-	       if ( !gtkShowVideoWindow ) wsVisibleWindow( &appMPlayer.subWindow,wsHideWindow );
+//	       if ( !gtkShowVideoWindow ) wsVisibleWindow( &appMPlayer.subWindow,wsHideWindow );
 	       break;
 	  case guiSetStop:
 	       guiIntfStruct.Playing=0;