# HG changeset patch # User rosfran # Date 1170456347 0 # Node ID a14a9709330616df170bcaf0b0db66ef5eabf752 # Parent 6523ab923c006174496cfb2408e65975b0816ae4 [svn r326] Moved part of LiveTV FileTransfer instance from the LiveTV core setup. diff -r 6523ab923c00 -r a14a97093306 gmyth/src/gmyth_file_transfer.c --- a/gmyth/src/gmyth_file_transfer.c Fri Feb 02 22:44:59 2007 +0000 +++ b/gmyth/src/gmyth_file_transfer.c Fri Feb 02 22:45:47 2007 +0000 @@ -697,7 +697,6 @@ return TRUE; } - guint64 gmyth_file_transfer_get_filesize (GMythFileTransfer *transfer) { diff -r 6523ab923c00 -r a14a97093306 gmyth/src/gmyth_livetv.c --- a/gmyth/src/gmyth_livetv.c Fri Feb 02 22:44:59 2007 +0000 +++ b/gmyth/src/gmyth_livetv.c Fri Feb 02 22:45:47 2007 +0000 @@ -651,15 +651,6 @@ gmyth_debug( "Error: couldn't create the FileTransfer from LiveTV source!" ); goto done; } - - if ( !gmyth_file_transfer_open( livetv->file_transfer, livetv->uri != NULL ? gmyth_uri_get_path(livetv->uri) : - livetv->proginfo->pathname->str ) ) - { - gmyth_debug( "Error: couldn't open the FileTransfer from LiveTV source!" ); - g_object_unref( livetv->file_transfer ); - livetv->file_transfer = NULL; - goto done; - } g_static_mutex_unlock( &lock );