mirror of
https://github.com/transmission/transmission
synced 2025-01-31 19:34:05 +00:00
remove missing method definitions
This commit is contained in:
parent
d9151c70ee
commit
ce18bc26ae
3 changed files with 2 additions and 3 deletions
|
@ -153,6 +153,8 @@
|
||||||
[iconTransformer release];
|
[iconTransformer release];
|
||||||
|
|
||||||
[fTorrent changeDownloadFolder: fDestination];
|
[fTorrent changeDownloadFolder: fDestination];
|
||||||
|
|
||||||
|
#warning make sure to reload file table
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
|
@ -114,8 +114,6 @@
|
||||||
- (void) askOpenConfirmed: (Torrent *) torrent;
|
- (void) askOpenConfirmed: (Torrent *) torrent;
|
||||||
- (void) openCreatedFile: (NSNotification *) notification;
|
- (void) openCreatedFile: (NSNotification *) notification;
|
||||||
- (void) openFilesWithDict: (NSDictionary *) dictionary;
|
- (void) openFilesWithDict: (NSDictionary *) dictionary;
|
||||||
- (void) openFilesAsk: (NSMutableArray *) files deleteTorrentFile: (torrentFileState) deleteTorrent;
|
|
||||||
- (void) openFilesAskWithDict: (NSDictionary *) dictionary;
|
|
||||||
- (void) openShowSheet: (id) sender;
|
- (void) openShowSheet: (id) sender;
|
||||||
|
|
||||||
- (void) duplicateOpenAlert: (NSString *) name;
|
- (void) duplicateOpenAlert: (NSString *) name;
|
||||||
|
|
|
@ -1495,7 +1495,6 @@ void completenessChangeCallback(tr_torrent * torrent, cp_status_t status, void *
|
||||||
|
|
||||||
//set libtransmission settings for initialization
|
//set libtransmission settings for initialization
|
||||||
tr_ctor * ctor = tr_ctorNew(fLib);
|
tr_ctor * ctor = tr_ctorNew(fLib);
|
||||||
#warning is it actually being forced to pause?
|
|
||||||
tr_ctorSetPaused(ctor, TR_FORCE, YES);
|
tr_ctorSetPaused(ctor, TR_FORCE, YES);
|
||||||
tr_ctorSetMaxConnectedPeers(ctor, TR_FALLBACK, [fDefaults integerForKey: @"PeersTorrent"]);
|
tr_ctorSetMaxConnectedPeers(ctor, TR_FALLBACK, [fDefaults integerForKey: @"PeersTorrent"]);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue