[svn r383] Some changes to livetv set_timeout. trunk
authorrosfran
Mon Feb 26 23:00:35 2007 +0000 (2007-02-26)
branchtrunk
changeset 3788ec23602c4ea
parent 377 58e22260f1af
child 379 9f82d680cfe1
[svn r383] Some changes to livetv set_timeout.
gmyth/src/gmyth_livetv.c
     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