[Mplayer-cvslog] CVS: main/Gui/mplayer widgets.c,1.40,1.41

Zoltan Ponekker pontscho at mplayerhq.hu
Wed Nov 27 23:48:58 CET 2002


Update of /cvsroot/mplayer/main/Gui/mplayer
In directory mail:/var/tmp.root/cvs-serv30540/Gui/mplayer

Modified Files:
	widgets.c 
Log Message:


- remove some unused/nonusable variables
- remove unneded gtk function
- replace some gtk function
- small bug fixes


Index: widgets.c
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/mplayer/widgets.c,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- widgets.c	2 Nov 2002 16:09:04 -0000	1.40
+++ widgets.c	27 Nov 2002 22:48:53 -0000	1.41
@@ -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;




More information about the MPlayer-cvslog mailing list