Revision: 24215 http://sourceforge.net/p/bibdesk/svn/24215 Author: hofman Date: 2019-09-16 13:32:45 +0000 (Mon, 16 Sep 2019) Log Message: ----------- remove test code
Modified Paths: -------------- trunk/bibdesk/BibDocument_Actions.m Modified: trunk/bibdesk/BibDocument_Actions.m =================================================================== --- trunk/bibdesk/BibDocument_Actions.m 2019-09-16 13:30:02 UTC (rev 24214) +++ trunk/bibdesk/BibDocument_Actions.m 2019-09-16 13:32:45 UTC (rev 24215) @@ -641,7 +641,7 @@ } - (void)changeColor:(id)sender { - if ([self hasGroupTypeSelected:BDSKExternalGroupType] == NO && [self isDisplayingFileContentSearch] == NO && [[self selectedPublications] count] && changingColors == NO) {log_method(); + if ([self hasGroupTypeSelected:BDSKExternalGroupType] == NO && [self isDisplayingFileContentSearch] == NO && [[self selectedPublications] count] && changingColors == NO) { changingColors = YES; [[self selectedPublications] setValue:[sender color] forKey:@"color"]; changingColors = 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