]> git.sesse.net Git - vlc/commitdiff
Qt: initialize stackCentralOldWidget
authorJean-Baptiste Kempf <jb@videolan.org>
Sun, 28 Mar 2010 19:57:26 +0000 (21:57 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Sun, 28 Mar 2010 19:57:26 +0000 (21:57 +0200)
Close #3471

modules/gui/qt4/main_interface.cpp

index ba45a68265e28713e9708d51f3aff49e01911d05..85b829c18aaf16360b25dd852a42273a32cdc1f5 100644 (file)
@@ -75,6 +75,7 @@ MainInterface::MainInterface( intf_thread_t *_p_intf ) : QVLCMW( _p_intf )
     bgWidget             = NULL;
     videoWidget          = NULL;
     playlistWidget       = NULL;
+    stackCentralOldWidget= NULL;
 #ifndef HAVE_MAEMO
     sysTray              = NULL;
 #endif