Revision: 29560
          http://sourceforge.net/p/bibdesk/svn/29560
Author:   hofman
Date:     2025-09-08 16:36:42 +0000 (Mon, 08 Sep 2025)
Log Message:
-----------
set ivars directly to nil

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

Modified: trunk/bibdesk/BDSKDownloadManager.m
===================================================================
--- trunk/bibdesk/BDSKDownloadManager.m 2025-09-08 16:27:33 UTC (rev 29559)
+++ trunk/bibdesk/BDSKDownloadManager.m 2025-09-08 16:36:42 UTC (rev 29560)
@@ -328,10 +328,10 @@
         if (status != BDSKDownloadStatusDownloading) {
             download = nil;
             suggestedFilename = nil;
+            tempFileURL = nil;
+            if (status == BDSKDownloadStatusFailed)
+                fileURL = nil;
         }
-        if (status == BDSKDownloadStatusFailed)
-            [self setFileURL:nil];
-        [self setTempFileURL:nil];
     }
 }
 

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



_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to