]> git.sesse.net Git - vlc/commitdiff
Remove the broken kludge that should not be needed.
authorRémi Denis-Courmont <rem@videolan.org>
Fri, 31 Aug 2007 19:22:45 +0000 (19:22 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Fri, 31 Aug 2007 19:22:45 +0000 (19:22 +0000)
Can't test if it now works (no GNOME here)

modules/gui/qt4/qt4.cpp

index b784ffb633ccc2946e07a817e26c803f1e4fcbc8..a5b39cb0d14aa85f84ae826979b7c632a5060ae1 100644 (file)
@@ -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