[svn r212] Fixes GThread problem.
1.1 --- a/gmyth/src/gmyth_monitor_handler.c Wed Dec 06 20:50:15 2006 +0000
1.2 +++ b/gmyth/src/gmyth_monitor_handler.c Wed Dec 06 21:50:34 2006 +0000
1.3 @@ -430,7 +430,7 @@
1.4 monitor_th = g_thread_pool_new( (GFunc)gmyth_monitor_handler_listener,
1.5 monitor->event_sock, 3, TRUE, NULL );
1.6
1.7 - //g_thread_pool_push( monitor_th, monitor->event_sock, NULL );
1.8 + g_thread_pool_push( monitor_th, monitor->event_sock, NULL );
1.9
1.10 //if ( ( ret = g_thread_join( monitor_th ) ) == FALSE )
1.11 if ( monitor_th != NULL )