Revision: 29390 http://sourceforge.net/p/bibdesk/svn/29390 Author: hofman Date: 2025-07-28 22:50:20 +0000 (Mon, 28 Jul 2025) Log Message: ----------- use NSEditor method
Modified Paths: -------------- trunk/bibdesk/BDSKEditor.m Modified: trunk/bibdesk/BDSKEditor.m =================================================================== --- trunk/bibdesk/BDSKEditor.m 2025-07-28 22:49:36 UTC (rev 29389) +++ trunk/bibdesk/BDSKEditor.m 2025-07-28 22:50:20 UTC (rev 29390) @@ -2912,7 +2912,7 @@ - (void)endEditing { if (editorFlags.isEditing) { editorFlags.allowFragileCharacters = YES; - BOOL didEndEditing = [self commitEditingAndReturnRecoverableError:NULL]; + BOOL didEndEditing = [self commitEditingAndReturnError:NULL]; return; editorFlags.allowFragileCharacters = NO; if (didEndEditing == NO) 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