git.videolan.org
/
vlc.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix qt4 deadlocking on gnome
[vlc.git]
/
modules
/
gui
/
qt4
/
qt4.cpp
diff --git
a/modules/gui/qt4/qt4.cpp
b/modules/gui/qt4/qt4.cpp
index
dc41be0
..
7e19bb2
100644
(file)
--- a/
modules/gui/qt4/qt4.cpp
+++ b/
modules/gui/qt4/qt4.cpp
@@
-276,7
+276,7
@@
static void Init( intf_thread_t *p_intf )
* see commits 21610 21622 21654 for reference */
/* If you are under KDE, Xfce or e17, you should comment this line */
* see commits 21610 21622 21654 for reference */
/* If you are under KDE, Xfce or e17, you should comment this line */
-
//
QApplication::setDesktopSettingsAware( false );
+ QApplication::setDesktopSettingsAware( false );
#endif
/* Start the QApplication here */
#endif
/* Start the QApplication here */