Revision: 29483
          http://sourceforge.net/p/bibdesk/svn/29483
Author:   hofman
Date:     2025-08-27 16:09:16 +0000 (Wed, 27 Aug 2025)
Log Message:
-----------
return correct download object

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

Modified: trunk/bibdesk/BDSKDownloadManager.m
===================================================================
--- trunk/bibdesk/BDSKDownloadManager.m 2025-08-27 09:39:29 UTC (rev 29482)
+++ trunk/bibdesk/BDSKDownloadManager.m 2025-08-27 16:09:16 UTC (rev 29483)
@@ -103,7 +103,7 @@
 - (BDSKWebDownload *)webDownloadForDownload:(id)download {
     for (BDSKWebDownload *webDownload in downloads) {
         if ([webDownload download] == download)
-            return download;
+            return webDownload;
     }
     return nil;
 }

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