Revision: 28325
          http://sourceforge.net/p/bibdesk/svn/28325
Author:   hofman
Date:     2023-07-17 15:04:27 +0000 (Mon, 17 Jul 2023)
Log Message:
-----------
don't bother saving extended attributes to temporary file for duplication

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

Modified: trunk/bibdesk/BibDocument.m
===================================================================
--- trunk/bibdesk/BibDocument.m 2023-07-17 14:54:03 UTC (rev 28324)
+++ trunk/bibdesk/BibDocument.m 2023-07-17 15:04:27 UTC (rev 28325)
@@ -1217,7 +1217,7 @@
     
     BDSKDESTROY(saveTargetURL);
     
-    if (didSave) {
+    if (didSave && docFlags.isDuplicating == NO) {
         NSFileManager *fm = [NSFileManager defaultManager];
         NSStringEncoding encoding = NSUTF8StringEncoding;
         if ([self needsEncodingForType:typeName]) {

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