aboutsummaryrefslogtreecommitdiffhomepage
path: root/Gui/mplayer/widgets.c
diff options
context:
space:
mode:
authorGravatar pontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-11-27 22:48:56 +0000
committerGravatar pontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-11-27 22:48:56 +0000
commit92b1243b342543da0e0a9d6f2a2ec4920770976c (patch)
treed54148cc3d2237b3dd60559212d4e2c4304cb634 /Gui/mplayer/widgets.c
parent1057bb0e30eaf3b18cc7b100c0599fb7406bb86e (diff)
- remove some unused/nonusable variables
- remove unneded gtk function - replace some gtk function - small bug fixes git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8300 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Gui/mplayer/widgets.c')
-rw-r--r--Gui/mplayer/widgets.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Gui/mplayer/widgets.c b/Gui/mplayer/widgets.c
index 7c9d367be2..e11b909b77 100644
--- a/Gui/mplayer/widgets.c
+++ b/Gui/mplayer/widgets.c
@@ -146,7 +146,7 @@ void gtkMessageBox( int type,gchar * str )
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 @@ void gtkShow( int type,char * param )
break;
case evAbout:
ShowAboutBox();
- gtkSetLayer( AboutBox );
+ gtkSetLayer( About );
break;
case evShowPopUpMenu:
gtkPopupMenu=evNone;