Revision: 29413
          http://sourceforge.net/p/bibdesk/svn/29413
Author:   hofman
Date:     2025-08-01 09:37:38 +0000 (Fri, 01 Aug 2025)
Log Message:
-----------
add to correct option mask

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

Modified: trunk/bibdesk/BibDocument.m
===================================================================
--- trunk/bibdesk/BibDocument.m 2025-08-01 09:34:53 UTC (rev 29412)
+++ trunk/bibdesk/BibDocument.m 2025-08-01 09:37:38 UTC (rev 29413)
@@ -2211,7 +2211,7 @@
         NSArray *types = [sud stringArrayForKey:BDSKURLTypesToDownloadKey];
         BDSKDownloadOption dlOptions = BDSKDownloadCheckType;
         if ([sud boolForKey:BDSKReplaceDownloadedURLsKey])
-            options |= BDSKDownloadReplace;
+            dlOptions |= BDSKDownloadReplace;
         for (BibItem *pub in newPubs) {
             if (useLocalUrlAndUrl) {
                 if ([pub canDownloadURLForField:BDSKUrlString] && [NSString 
isEmptyString:[pub valueOfField:BDSKLocalUrlString inherit:NO]] && [types 
containsObject:[[[pub remoteURLForField:BDSKUrlString] pathExtension] 
lowercaseString] ?: @""])

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