Revision: 29387
          http://sourceforge.net/p/bibdesk/svn/29387
Author:   hofman
Date:     2025-07-28 14:55:54 +0000 (Mon, 28 Jul 2025)
Log Message:
-----------
make sure recoverable error can bbe returned

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

Modified: trunk/bibdesk/BDSKEditor.m
===================================================================
--- trunk/bibdesk/BDSKEditor.m  2025-07-28 14:48:33 UTC (rev 29386)
+++ trunk/bibdesk/BDSKEditor.m  2025-07-28 14:55:54 UTC (rev 29387)
@@ -2913,7 +2913,7 @@
     if (editorFlags.isEditing == NO)
         return;
     NSError *error = nil;
-    if (NO == [self commitEditingAndReturnError:&error])
+    if (NO == [self commitEditingAndReturnRecoverableError:&error])
         return;
     if ([error localizedRecoveryOptions]) {
         editorFlags.allowFragileCharacters = YES;

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