From 01f85e92a05a776d374efde1dccf02987a4cf7cf Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Fri, 31 Aug 2007 19:22:45 +0000 Subject: [PATCH 1/1] Remove the broken kludge that should not be needed. Can't test if it now works (no GNOME here) --- modules/gui/qt4/qt4.cpp | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/modules/gui/qt4/qt4.cpp b/modules/gui/qt4/qt4.cpp index b784ffb633..a5b39cb0d1 100644 --- a/modules/gui/qt4/qt4.cpp +++ b/modules/gui/qt4/qt4.cpp @@ -204,20 +204,8 @@ static void Init( intf_thread_t *p_intf ) p_intf->p_sys->p_app = app; #ifndef WIN32 -/* Ugly klugde - * Remove SIGCHLD from the ignored signal the time to initialise - * Qt because it executes gconftool-2 to get the icon theme when using - * cleanlooks theme. */ - sigset_t set; - - sigemptyset( &set ); - sigaddset( &set, SIGCHLD ); - pthread_sigmask( SIG_UNBLOCK, &set, NULL ); - /* that forces the execution of QCleanlooksStylePrivate::lookupIconTheme() */ app->style()->standardIcon( QStyle::SP_TitleBarMenuButton ); - - pthread_sigmask( SIG_BLOCK, &set, NULL ); #endif // Initialize timers -- 2.39.2