diff Gui/mplayer/widgets.c @ 6898:138a7ff52a26

- fix fuckin' locale (?:) - fix msg box layer handling
author pontscho
date Sun, 04 Aug 2002 17:24:00 +0000
parents ded48a755830
children c2d4100c964e
line wrap: on
line diff
--- a/Gui/mplayer/widgets.c	Sun Aug 04 16:27:52 2002 +0000
+++ b/Gui/mplayer/widgets.c	Sun Aug 04 17:24:00 2002 +0000
@@ -148,6 +148,7 @@
   }
  gtk_widget_show( MessageBox );
  gtkSetLayer( MessageBox );
+ gtkActive( MessageBox );
  if ( type == GTK_MB_FATAL )
   while ( gtkVMessageBox ) gtk_main_iteration_do( 0 );
 }