summaryrefslogtreecommitdiffstats
path: root/Gui/mplayer/gtk/about.c
diff options
context:
space:
mode:
Diffstat (limited to 'Gui/mplayer/gtk/about.c')
-rw-r--r--Gui/mplayer/gtk/about.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/Gui/mplayer/gtk/about.c b/Gui/mplayer/gtk/about.c
index bdc9936000..0f2935d7ff 100644
--- a/Gui/mplayer/gtk/about.c
+++ b/Gui/mplayer/gtk/about.c
@@ -15,6 +15,7 @@ void ShowAboutBox( void )
if ( gtkVAboutBox ) gtkActive( AboutBox );
else AboutBox=create_About();
gtk_widget_show( AboutBox );
+ gtkVisible++;
}
void ab_AboutBox_show( GtkButton * button,gpointer user_data )
@@ -24,6 +25,7 @@ void ab_Ok_released( GtkButton * button,gpointer user_data )
{
gtkVAboutBox=(int)user_data;
gtk_widget_destroy( AboutBox );
+ gtkVisible--;
}
GtkWidget * create_About( void )