Revision: 24310
          http://sourceforge.net/p/bibdesk/svn/24310
Author:   hofman
Date:     2019-10-16 09:17:21 +0000 (Wed, 16 Oct 2019)
Log Message:
-----------
Don't compress where froms metadata attribute

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

Modified: trunk/bibdesk/BibItem.m
===================================================================
--- trunk/bibdesk/BibItem.m     2019-10-14 08:58:26 UTC (rev 24309)
+++ trunk/bibdesk/BibItem.m     2019-10-16 09:17:21 UTC (rev 24310)
@@ -3126,7 +3126,7 @@
     [[NSNotificationCenter defaultCenter] 
postNotificationName:BDSKItemDownloadFinishedNotification object:self 
userInfo:userInfo];
     if (fileURL) {
         NSArray *whereFroms = [NSArray arrayWithObjects:[[download URL] 
absoluteString], nil];
-        [[SKNExtendedAttributeManager sharedNoSplitManager] 
setExtendedAttributeNamed:@"com.apple.metadata:kMDItemWhereFroms" 
toPropertyListValue:whereFroms atPath:[fileURL path] options:kSKNXattrDefault 
error:NULL];
+        [[SKNExtendedAttributeManager sharedNoSplitManager] 
setExtendedAttributeNamed:@"com.apple.metadata:kMDItemWhereFroms" 
toPropertyListValue:whereFroms atPath:[fileURL path] 
options:kSKNXattrNoCompress 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
Bibdesk-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to