]> git.sesse.net Git - vlc/commitdiff
Qt4 - revert part of [23442]. Fix and close #1398.
authorJean-Baptiste Kempf <jb@videolan.org>
Wed, 19 Dec 2007 22:30:48 +0000 (22:30 +0000)
committerJean-Baptiste Kempf <jb@videolan.org>
Wed, 19 Dec 2007 22:30:48 +0000 (22:30 +0000)
modules/gui/qt4/main_interface.cpp

index 185feccf58262e6f80ee0e34d9e82c79d1f0d503..e9afafe5a56a59151973f42cd2735f55cef72ec2 100644 (file)
@@ -841,12 +841,12 @@ void MainInterface::setRate( int rate )
 
 void MainInterface::updateOnTimer()
 {
-#if 0
     if( intf_ShouldDie( p_intf ) )
     {
         QApplication::closeAllWindows();
         QApplication::quit();
     }
+#if 0
     if( need_components_update )
     {
         doComponentsUpdate();