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.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/Gui/mplayer/gtk/about.c b/Gui/mplayer/gtk/about.c
index 3f881aee2d..058586b70b 100644
--- a/Gui/mplayer/gtk/about.c
+++ b/Gui/mplayer/gtk/about.c
@@ -8,9 +8,7 @@
#include "about.h"
void ab_Ok_released( GtkButton * button,gpointer user_data )
-{
- gtk_widget_hide( AboutBox );
-}
+{ gtk_widget_destroy( AboutBox ); }
GtkWidget * create_About( void )
{