Revision: 22814
          http://sourceforge.net/p/bibdesk/svn/22814
Author:   hofman
Date:     2018-10-12 21:30:46 +0000 (Fri, 12 Oct 2018)
Log Message:
-----------
Don't set destination early

Modified Paths:
--------------
    trunk/bibdesk/BDSKURLGroup.m

Modified: trunk/bibdesk/BDSKURLGroup.m
===================================================================
--- trunk/bibdesk/BDSKURLGroup.m        2018-10-12 21:28:56 UTC (rev 22813)
+++ trunk/bibdesk/BDSKURLGroup.m        2018-10-12 21:30:46 UTC (rev 22814)
@@ -168,7 +168,6 @@
             [URLDownload cancel];
         [URLDownload release];
         URLDownload = [[WebDownload alloc] initWithRequest:request 
delegate:self];
-        [URLDownload setDestination:[[NSFileManager defaultManager] 
temporaryFileWithBasename:nil] allowOverwrite:NO];
         isRetrieving = YES;
     }
 }

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
Bibdesk-commit mailing list
Bibdesk-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to