# HG changeset patch # User rosfran # Date 1175206472 -3600 # Node ID 28879368706bba619f7acee33465c0987fcd51b5 # Parent f4c6061f6f392c2c482afb0f66c54cbc7675728d [svn r474] Put back the Monitor Handler starting on GMythLiveTV. diff -r f4c6061f6f39 -r 28879368706b gmyth/src/gmyth_livetv.c --- a/gmyth/src/gmyth_livetv.c Wed Mar 28 21:26:42 2007 +0100 +++ b/gmyth/src/gmyth_livetv.c Thu Mar 29 23:14:32 2007 +0100 @@ -470,7 +470,7 @@ } /* if - changes the channel number */ - sleep (5); /* FIXME: this is evil (tpm) */ + sleep (4); /* FIXME: this is evil (tpm) */ } /* DEBUG message */ @@ -549,14 +549,12 @@ g_mutex_unlock( livetv->mutex ); -/* if ( !gmyth_livetv_monitor_handler_start( livetv ) ) { res = FALSE; gmyth_debug( "LiveTV MONITOR handler error on setup!" ); goto error; } -*/ livetv->setup_done = TRUE;