From: RĂ©mi Denis-Courmont Date: Fri, 31 Aug 2007 19:22:45 +0000 (+0000) Subject: Remove the broken kludge that should not be needed. X-Git-Tag: 0.9.0-test0~6009 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;ds=sidebyside;h=01f85e92a05a776d374efde1dccf02987a4cf7cf;hp=d10ea719a3b2a41c372e4557d5cd0c6b863617a8;p=vlc Remove the broken kludge that should not be needed. Can't test if it now works (no GNOME here) --- 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