From: Rafaël Carré Date: Tue, 22 Jan 2008 13:48:40 +0000 (+0000) Subject: Fix qt4 deadlocking on gnome X-Git-Tag: 0.9.0-test0~3295 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=51660062bd52e2efc889646628763be1f05bdf5c;p=vlc Fix qt4 deadlocking on gnome --- 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 */