[vlc-commits] commit: Qt: initialize stackCentralOldWidget (Jean-Baptiste Kempf )

git at videolan.org git at videolan.org
Sun Mar 28 23:02:03 CEST 2010


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Mar 28 21:57:26 2010 +0200| [e7a44b2d4440182cb91ebc4fcd44f5038bb9a793] | committer: Jean-Baptiste Kempf 

Qt: initialize stackCentralOldWidget

Close #3471

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e7a44b2d4440182cb91ebc4fcd44f5038bb9a793
---

 modules/gui/qt4/main_interface.cpp |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/modules/gui/qt4/main_interface.cpp b/modules/gui/qt4/main_interface.cpp
index ba45a68..85b829c 100644
--- a/modules/gui/qt4/main_interface.cpp
+++ b/modules/gui/qt4/main_interface.cpp
@@ -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



More information about the vlc-commits mailing list