mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 12:28:52 +00:00
first go at bringing the libT queue to the Mac client
This commit is contained in:
@@ -287,13 +287,14 @@
|
||||
{
|
||||
[fTimer invalidate];
|
||||
fTimer = nil;
|
||||
|
||||
[fTorrent setWaitToStart: [fStartCheck state] == NSOnState];
|
||||
[fTorrent setGroupValue: fGroupValue];
|
||||
|
||||
if (fTorrentFile && [fDeleteCheck state] == NSOnState)
|
||||
[Torrent trashFile: fTorrentFile];
|
||||
|
||||
if ([fStartCheck state] == NSOnState)
|
||||
[fTorrent startTransfer];
|
||||
|
||||
[fFileController setTorrent: nil]; //avoid a crash when window tries to update
|
||||
|
||||
[self close];
|
||||
|
||||
Reference in New Issue
Block a user