Revision: 29488
          http://sourceforge.net/p/bibdesk/svn/29488
Author:   hofman
Date:     2025-08-27 22:41:25 +0000 (Wed, 27 Aug 2025)
Log Message:
-----------
set status to failed when dowwnload fails

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

Modified: trunk/bibdesk/BDSKDownloadManager.m
===================================================================
--- trunk/bibdesk/BDSKDownloadManager.m 2025-08-27 22:13:41 UTC (rev 29487)
+++ trunk/bibdesk/BDSKDownloadManager.m 2025-08-27 22:41:25 UTC (rev 29488)
@@ -174,7 +174,7 @@
 
 - (void)download:(NSURLDownload *)download didFailWithError:(NSError *)error {
     BDSKWebDownload *webDownload = [self webDownloadForDownload:download];
-    [webDownload setStatus:BDSKDownloadStatusFinished];
+    [webDownload setStatus:BDSKDownloadStatusFailed];
     
     if ([[NSUserDefaults standardUserDefaults] 
boolForKey:BDSKRemoveFailedDownloadsKey] && webDownload)
         [downloads removeObject:webDownload];

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