]> granicus.if.org Git - transmission/commitdiff
when adding a torrent through rpc, respect the paused flag (although now a torrent...
authorMitchell Livingston <livings124@transmissionbt.com>
Fri, 3 Oct 2008 11:21:40 +0000 (11:21 +0000)
committerMitchell Livingston <livings124@transmissionbt.com>
Fri, 3 Oct 2008 11:21:40 +0000 (11:21 +0000)
macosx/Controller.m

index c7769b96c8dc111af4463a35cbe34283019d73ec..5de1c069e6eb913ca57e850691ae19bd833eb49a 100644 (file)
@@ -4297,8 +4297,6 @@ static void sleepCallback(void * controller, io_service_t y, natural_t messageTy
     
     Torrent * torrent = [[Torrent alloc] initWithTorrentStruct: torrentStruct location: location lib: fLib];
     
-    [torrent setWaitToStart: [fDefaults boolForKey: @"AutoStartDownload"]];
-    
     [torrent update];
     [fTorrents addObject: torrent];
     [torrent release];