git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
2f4c4cc
)
Qt4 - revert part of [23442]. Fix and close #1398.
author
Jean-Baptiste Kempf
<jb@videolan.org>
Wed, 19 Dec 2007 22:30:48 +0000
(22:30 +0000)
committer
Jean-Baptiste Kempf
<jb@videolan.org>
Wed, 19 Dec 2007 22:30:48 +0000
(22:30 +0000)
modules/gui/qt4/main_interface.cpp
patch
|
blob
|
history
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();