From 51660062bd52e2efc889646628763be1f05bdf5c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rafa=C3=ABl=20Carr=C3=A9?= Date: Tue, 22 Jan 2008 13:48:40 +0000 Subject: [PATCH] Fix qt4 deadlocking on gnome --- modules/gui/qt4/qt4.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/gui/qt4/qt4.cpp b/modules/gui/qt4/qt4.cpp index dc41be09eb..7e19bb2de6 100644 --- 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 */ -// QApplication::setDesktopSettingsAware( false ); + QApplication::setDesktopSettingsAware( false ); #endif /* Start the QApplication here */ -- 2.39.2