git.videolan.org
/
vlc.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Qt4 - revert part of [23442]. Fix and close #1398.
[vlc.git]
/
modules
/
gui
/
qt4
/
main_interface.cpp
diff --git
a/modules/gui/qt4/main_interface.cpp
b/modules/gui/qt4/main_interface.cpp
index
185fecc
..
e9afafe
100644
(file)
--- a/
modules/gui/qt4/main_interface.cpp
+++ b/
modules/gui/qt4/main_interface.cpp
@@
-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();