summaryrefslogtreecommitdiffstats
path: root/Gui/mplayer/gtk/mb.c
diff options
context:
space:
mode:
Diffstat (limited to 'Gui/mplayer/gtk/mb.c')
-rw-r--r--Gui/mplayer/gtk/mb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gui/mplayer/gtk/mb.c b/Gui/mplayer/gtk/mb.c
index ebcb8b6098..f075c65d2b 100644
--- a/Gui/mplayer/gtk/mb.c
+++ b/Gui/mplayer/gtk/mb.c
@@ -11,7 +11,7 @@
#include "common.h"
GtkWidget * gtkMessageBoxText;
-GtkWidget * MessageBox;
+GtkWidget * MessageBox = NULL;
void ShowMessageBox( char * msg )
{