]> git.sesse.net Git - vlc/commitdiff
Fix qt4 deadlocking on gnome
authorRafaël Carré <funman@videolan.org>
Tue, 22 Jan 2008 13:48:40 +0000 (13:48 +0000)
committerRafaël Carré <funman@videolan.org>
Tue, 22 Jan 2008 13:48:40 +0000 (13:48 +0000)
modules/gui/qt4/qt4.cpp

index dc41be09eb871682f7b878ea024d7680e6006943..7e19bb2de6f4478064185fd9a365504341a76f31 100644 (file)
@@ -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 */