diff Gui/mplayer/widgets.c @ 8299:5b67aed0fc28

- remove some unused/nonusable variables - remove unneded gtk function - replace some gtk function - small bug fixes
author pontscho
date Wed, 27 Nov 2002 22:48:56 +0000
parents e5dda05f9aab
children b8c271750450
line wrap: on
line diff
--- a/Gui/mplayer/widgets.c	Wed Nov 27 22:45:54 2002 +0000
+++ b/Gui/mplayer/widgets.c	Wed Nov 27 22:48:56 2002 +0000
@@ -146,7 +146,7 @@
  gtkSetLayer( MessageBox );
  gtkActive( MessageBox );
  if ( type == GTK_MB_FATAL )
-  while ( gtkVMessageBox ) gtk_main_iteration_do( 0 );
+  while ( MessageBox ) gtk_main_iteration_do( 0 );
 }
 
 void gtkSetLayer( GtkWidget * wdg )
@@ -204,7 +204,7 @@
 	break;
    case evAbout:
 	ShowAboutBox();
-	gtkSetLayer( AboutBox );
+	gtkSetLayer( About );
         break;
    case evShowPopUpMenu:
         gtkPopupMenu=evNone;