Revision: 29351 http://sourceforge.net/p/bibdesk/svn/29351 Author: hofman Date: 2025-07-24 14:48:48 +0000 (Thu, 24 Jul 2025) Log Message: ----------- rename method
Modified Paths: -------------- trunk/bibdesk/BibDocument_UI.m Modified: trunk/bibdesk/BibDocument_UI.m =================================================================== --- trunk/bibdesk/BibDocument_UI.m 2025-07-24 14:39:30 UTC (rev 29350) +++ trunk/bibdesk/BibDocument_UI.m 2025-07-24 14:48:48 UTC (rev 29351) @@ -1357,7 +1357,7 @@ return NO; } -- (void)handlePrivateBibItemChanged{ +- (void)coalescedBibItemChanged { // we can be called from a queue after the document was closed if (docFlags.isDocumentClosed) return; @@ -1503,9 +1503,9 @@ SET_ITEMCHANGEMASK_BIT(Field, YES); // queue for UI updating, in case the item is changed as part of a batch process such as Find & Replace or AutoFile - [self performSelectorOnce:@selector(handlePrivateBibItemChanged) withObject:nil afterDelay:0.0]; + [self performSelectorOnce:@selector(coalescedBibItemChanged) withObject:nil afterDelay:0.0]; } else if (docFlags.itemChangeMask == 0) { - [self performSelectorOnce:@selector(handlePrivateBibItemChanged) withObject:nil afterDelay:0.5]; + [self performSelectorOnce:@selector(coalescedBibItemChanged) withObject:nil afterDelay:0.5]; } } } 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