Revision: 29523
          http://sourceforge.net/p/bibdesk/svn/29523
Author:   hofman
Date:     2025-09-03 15:45:30 +0000 (Wed, 03 Sep 2025)
Log Message:
-----------
notify update when file ul of download is set

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

Modified: trunk/bibdesk/BDSKDownloadManager.m
===================================================================
--- trunk/bibdesk/BDSKDownloadManager.m 2025-09-02 21:39:57 UTC (rev 29522)
+++ trunk/bibdesk/BDSKDownloadManager.m 2025-09-03 15:45:30 UTC (rev 29523)
@@ -262,6 +262,7 @@
 
 - (void)download:(NSURLDownload *)download didCreateDestination:(NSString 
*)path {
     [[self webDownloadForDownload:download] setFileURL:[NSURL 
fileURLWithPath:path isDirectory:NO]];
+    [self notifyUpdate];
 }
 
 - (BOOL)download:(NSURLDownload *)download 
shouldDecodeSourceDataOfMIMEType:(NSString *)encodingType {

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