Revision: 29783
          http://sourceforge.net/p/bibdesk/svn/29783
Author:   hofman
Date:     2025-11-12 16:48:42 +0000 (Wed, 12 Nov 2025)
Log Message:
-----------
ue new enum value

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

Modified: trunk/bibdesk/BibItem.m
===================================================================
--- trunk/bibdesk/BibItem.m     2025-11-10 15:15:48 UTC (rev 29782)
+++ trunk/bibdesk/BibItem.m     2025-11-12 16:48:42 UTC (rev 29783)
@@ -3327,7 +3327,7 @@
     [[NSNotificationCenter defaultCenter] 
postNotificationName:BDSKItemDownloadFinishedNotification object:self 
userInfo:userInfo];
     if (fileURL) {
         NSArray *whereFroms = @[[[download URL] absoluteString]];
-        [[SKNExtendedAttributeManager sharedNoSplitManager] 
setExtendedAttributeNamed:@"com.apple.metadata:kMDItemWhereFroms" 
toPropertyListValue:whereFroms atPath:[fileURL path] 
options:kSKNXattrNoCompress error:NULL];
+        [[SKNExtendedAttributeManager sharedNoSplitManager] 
setExtendedAttributeNamed:@"com.apple.metadata:kMDItemWhereFroms" 
toPropertyListValue:whereFroms atPath:[fileURL path] options:SKNXattrNoCompress 
error:NULL];
         BOOL useLocalUrl = [[NSUserDefaults standardUserDefaults] 
boolForKey:BDSKUseLocalUrlAndUrlKey];
         BOOL autoFile = [[NSUserDefaults standardUserDefaults] 
boolForKey:BDSKFilePapersAutomaticallyKey];
         if (idx != NSNotFound) {

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