author | rosfran |
Mon Feb 26 23:00:35 2007 +0000 (2007-02-26) | |
branch | trunk |
changeset 378 | 8ec23602c4ea |
parent 377 | 58e22260f1af |
child 379 | 9f82d680cfe1 |
1.1 --- a/gmyth/src/gmyth_livetv.c Mon Feb 26 17:00:38 2007 +0000 1.2 +++ b/gmyth/src/gmyth_livetv.c Mon Feb 26 23:00:35 2007 +0000 1.3 @@ -702,6 +702,8 @@ 1.4 gmyth_debug( "Error: couldn't create the FileTransfer from LiveTV source!" ); 1.5 goto done; 1.6 } 1.7 + 1.8 + gmyth_file_transfer_settimeout( livetv->file_transfer, TRUE ); 1.9 1.10 g_mutex_unlock( livetv->mutex ); 1.11