[svn r326] Moved part of LiveTV FileTransfer instance from the LiveTV core setup.
1.1 --- a/gmyth/src/gmyth_file_transfer.c Fri Feb 02 22:44:59 2007 +0000
1.2 +++ b/gmyth/src/gmyth_file_transfer.c Fri Feb 02 22:45:47 2007 +0000
1.3 @@ -697,7 +697,6 @@
1.4 return TRUE;
1.5 }
1.6
1.7 -
1.8 guint64
1.9 gmyth_file_transfer_get_filesize (GMythFileTransfer *transfer)
1.10 {
2.1 --- a/gmyth/src/gmyth_livetv.c Fri Feb 02 22:44:59 2007 +0000
2.2 +++ b/gmyth/src/gmyth_livetv.c Fri Feb 02 22:45:47 2007 +0000
2.3 @@ -651,15 +651,6 @@
2.4 gmyth_debug( "Error: couldn't create the FileTransfer from LiveTV source!" );
2.5 goto done;
2.6 }
2.7 -
2.8 - if ( !gmyth_file_transfer_open( livetv->file_transfer, livetv->uri != NULL ? gmyth_uri_get_path(livetv->uri) :
2.9 - livetv->proginfo->pathname->str ) )
2.10 - {
2.11 - gmyth_debug( "Error: couldn't open the FileTransfer from LiveTV source!" );
2.12 - g_object_unref( livetv->file_transfer );
2.13 - livetv->file_transfer = NULL;
2.14 - goto done;
2.15 - }
2.16
2.17 g_static_mutex_unlock( &lock );
2.18