Revision: 30029
          http://sourceforge.net/p/bibdesk/svn/30029
Author:   hofman
Date:     2026-02-21 15:46:07 +0000 (Sat, 21 Feb 2026)
Log Message:
-----------
log instead of exception when failing to rset first responder for table reload

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

Modified: trunk/bibdesk/BDSKEditor.m
===================================================================
--- trunk/bibdesk/BDSKEditor.m  2026-02-20 17:29:31 UTC (rev 30028)
+++ trunk/bibdesk/BDSKEditor.m  2026-02-21 15:46:07 UTC (rev 30029)
@@ -3234,7 +3234,7 @@
         editedTitle = [fields objectAtIndex:editedRow];
         selection = [(NSTextView *)[[self textFieldAtRow:editedRow] 
currentEditor] selectedRanges];
         if ([[self window] makeFirstResponder:[self window]] == NO)
-             [NSException raise:NSInternalInconsistencyException 
format:@"Failed to commit edits in %s, trouble ahead", __func__];
+             NSLog(@"Failed to commit edits in %s, trouble ahead", __func__);
     }
        
     // newFields should always be different from fields or nil

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