Revision: 28391
          http://sourceforge.net/p/bibdesk/svn/28391
Author:   hofman
Date:     2023-10-05 14:52:02 +0000 (Thu, 05 Oct 2023)
Log Message:
-----------
Keep check-complete filer option when retrying, we should only ignore it for 
items we forced it for

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

Modified: trunk/bibdesk/BDSKFilerErrorController.m
===================================================================
--- trunk/bibdesk/BDSKFilerErrorController.m    2023-10-05 14:38:09 UTC (rev 
28390)
+++ trunk/bibdesk/BDSKFilerErrorController.m    2023-10-05 14:52:02 UTC (rev 
28391)
@@ -125,8 +125,7 @@
     }
     
     NSString *field = [[fieldName retain] autorelease];
-    BDSKFilerOptions mask = (options & (BDSKAutoFileOptionInitial | 
BDSKAutoFileOptionGenerate));
-    mask |= ([forceCheckButton state]) ? BDSKAutoFileOptionForce : (options & 
BDSKAutoFileOptionCheckComplete);
+    BDSKFilerOptions mask = [forceCheckButton state] ? options | 
BDSKAutoFileOptionForce : options & ~BDSKAutoFileOptionForce;
     
     [self close];
     

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