# HG changeset patch # User rosfran # Date 1171578287 0 # Node ID 01297079047372e86fb0c0bc1b716b9fcf1c5948 # Parent 2c8b7e50e7853314492f92334f34188b612803ed [svn r375] Some clean-up procedures. diff -r 2c8b7e50e785 -r 012970790473 gmyth/src/gmyth_livetv.c --- a/gmyth/src/gmyth_livetv.c Thu Feb 15 14:43:09 2007 +0000 +++ b/gmyth/src/gmyth_livetv.c Thu Feb 15 22:24:47 2007 +0000 @@ -408,7 +408,7 @@ } /* if - changes the channel number */ - sleep (6); /* FIXME: this is evil (tpm) */ + sleep (8); /* FIXME: this is evil (tpm) */ } /* DEBUG message */ diff -r 2c8b7e50e785 -r 012970790473 gmyth/src/gmyth_monitor_handler.c --- a/gmyth/src/gmyth_monitor_handler.c Thu Feb 15 14:43:09 2007 +0000 +++ b/gmyth/src/gmyth_monitor_handler.c Thu Feb 15 22:24:47 2007 +0000 @@ -553,7 +553,7 @@ gmyth_monitor_handler_start (GMythMonitorHandler *monitor) { gboolean *ret = g_new0( gboolean, 1 ); - *ret = TRUE; + *ret = TRUE; ret = gmyth_monitor_handler_setup( monitor, monitor->event_sock->sd_io_ch ); if ( *ret )