summaryrefslogtreecommitdiffstats
path: root/Gui/mplayer/gtk/pl.c
diff options
context:
space:
mode:
Diffstat (limited to 'Gui/mplayer/gtk/pl.c')
-rw-r--r--Gui/mplayer/gtk/pl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gui/mplayer/gtk/pl.c b/Gui/mplayer/gtk/pl.c
index ecd2b86b86..7eecc021a4 100644
--- a/Gui/mplayer/gtk/pl.c
+++ b/Gui/mplayer/gtk/pl.c
@@ -8,7 +8,7 @@
void HidePlayList( void )
{
- gtk_widget_hide( PlayList );
+ gtk_widget_destroy( PlayList );
}
void pl_PlayList_destroy( GtkObject * object,gpointer user_data )