Revision: 30099
          http://sourceforge.net/p/bibdesk/svn/30099
Author:   hofman
Date:     2026-03-03 17:55:37 +0000 (Tue, 03 Mar 2026)
Log Message:
-----------
make sure fileview is editable when download finishes before adding the 
downloaded file URL

Modified Paths:
--------------
    trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.m

Modified: trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.m
===================================================================
--- trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.m      2026-03-03 
17:19:58 UTC (rev 30098)
+++ trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.m      2026-03-03 
17:55:37 UTC (rev 30099)
@@ -4157,7 +4157,7 @@
                     break;
             }
         }
-        if ([currentURL isEqual:downloadURL]) {
+        if ([currentURL isEqual:downloadURL] && [self isEditable]) {
             NSArray *urls = [NSArray arrayWithObject:dest];
             NSIndexSet *indexes = [NSIndexSet indexSetWithIndex:idx];
             if (replace == NO) {

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