Commit 51660062 authored by Rafaël Carré's avatar Rafaël Carré

Fix qt4 deadlocking on gnome

parent 4df2ca08
...@@ -276,7 +276,7 @@ static void Init( intf_thread_t *p_intf ) ...@@ -276,7 +276,7 @@ static void Init( intf_thread_t *p_intf )
* see commits 21610 21622 21654 for reference */ * see commits 21610 21622 21654 for reference */
/* If you are under KDE, Xfce or e17, you should comment this line */ /* If you are under KDE, Xfce or e17, you should comment this line */
// QApplication::setDesktopSettingsAware( false ); QApplication::setDesktopSettingsAware( false );
#endif #endif
/* Start the QApplication here */ /* Start the QApplication here */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment