summaryrefslogtreecommitdiffstats
path: root/Gui/mplayer/widgets.c
diff options
context:
space:
mode:
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;