# HG changeset patch # User rosfran # Date 1172530835 0 # Node ID 8ec23602c4ea8f51d2690b441b38f1f6284b9d4a # Parent 58e22260f1afa2c2eb89d0c49b9f57391fb6f6d7 [svn r383] Some changes to livetv set_timeout. diff -r 58e22260f1af -r 8ec23602c4ea gmyth/src/gmyth_livetv.c --- a/gmyth/src/gmyth_livetv.c Mon Feb 26 17:00:38 2007 +0000 +++ b/gmyth/src/gmyth_livetv.c Mon Feb 26 23:00:35 2007 +0000 @@ -702,6 +702,8 @@ gmyth_debug( "Error: couldn't create the FileTransfer from LiveTV source!" ); goto done; } + + gmyth_file_transfer_settimeout( livetv->file_transfer, TRUE ); g_mutex_unlock( livetv->mutex );