Revision: 29282
http://sourceforge.net/p/bibdesk/svn/29282
Author: hofman
Date: 2025-07-17 17:14:31 +0000 (Thu, 17 Jul 2025)
Log Message:
-----------
invert recovery from error
Modified Paths:
--------------
trunk/bibdesk/BDSKEditor.m
Modified: trunk/bibdesk/BDSKEditor.m
===================================================================
--- trunk/bibdesk/BDSKEditor.m 2025-07-17 16:36:29 UTC (rev 29281)
+++ trunk/bibdesk/BDSKEditor.m 2025-07-17 17:14:31 UTC (rev 29282)
@@ -2055,7 +2055,7 @@
}
- (BOOL)attemptRecoveryFromError:(NSError *)error
optionIndex:(NSUInteger)recoveryOptionIndex {
- return (recoveryOptionIndex == 0);
+ return recoveryOptionIndex == 1;
}
- (BOOL)control:(NSControl *)control isValidObject:(id)obj error:(NSError
**)error {
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