]> granicus.if.org Git - transmission/commitdiff
actually cancel the blocklist download when hitting the cancel button - should fix...
authorMitchell Livingston <livings124@transmissionbt.com>
Sun, 6 Apr 2008 03:47:03 +0000 (03:47 +0000)
committerMitchell Livingston <livings124@transmissionbt.com>
Sun, 6 Apr 2008 03:47:03 +0000 (03:47 +0000)
macosx/BlocklistDownloader.m

index bfbc67fa925123ba4a95747fffbcd1e5ead62d9a..90e432ef67fd150ad33c31a4684a3abd69fe6aa3 100644 (file)
@@ -55,6 +55,8 @@
 
 - (void) cancelDownload: (id) sender
 {
+    [fDownload cancel];
+    
     [fDownload release];
     fDownload = nil;