[svn r375] Some clean-up procedures.
1.1 --- a/gmyth/src/gmyth_livetv.c Thu Feb 15 14:43:09 2007 +0000
1.2 +++ b/gmyth/src/gmyth_livetv.c Thu Feb 15 22:24:47 2007 +0000
1.3 @@ -408,7 +408,7 @@
1.4
1.5 } /* if - changes the channel number */
1.6
1.7 - sleep (6); /* FIXME: this is evil (tpm) */
1.8 + sleep (8); /* FIXME: this is evil (tpm) */
1.9 }
1.10
1.11 /* DEBUG message */
2.1 --- a/gmyth/src/gmyth_monitor_handler.c Thu Feb 15 14:43:09 2007 +0000
2.2 +++ b/gmyth/src/gmyth_monitor_handler.c Thu Feb 15 22:24:47 2007 +0000
2.3 @@ -553,7 +553,7 @@
2.4 gmyth_monitor_handler_start (GMythMonitorHandler *monitor)
2.5 {
2.6 gboolean *ret = g_new0( gboolean, 1 );
2.7 - *ret = TRUE;
2.8 + *ret = TRUE;
2.9
2.10 ret = gmyth_monitor_handler_setup( monitor, monitor->event_sock->sd_io_ch );
2.11 if ( *ret )