]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/qt4.cpp
Fix qt4 deadlocking on gnome
[vlc] / 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 */