Revision: 27823 http://sourceforge.net/p/bibdesk/svn/27823 Author: hofman Date: 2022-08-22 15:05:25 +0000 (Mon, 22 Aug 2022) Log Message: ----------- no need to explicitly update group icon, this is done by binding
Modified Paths: -------------- trunk/bibdesk/BibDocument_Groups.m Modified: trunk/bibdesk/BibDocument_Groups.m =================================================================== --- trunk/bibdesk/BibDocument_Groups.m 2022-08-22 14:06:40 UTC (rev 27822) +++ trunk/bibdesk/BibDocument_Groups.m 2022-08-22 15:05:25 UTC (rev 27823) @@ -385,8 +385,6 @@ NO == [sortGroupsKey isEqualToString:BDSKDocumentCountKey] || NO == [self resortParentGroup:[groups externalParent]])) { [self updateCountBubbleForGroup:group inView:nil]; - if ([group groupType] == BDSKSharedGroupType) - [[[self viewForGroup:group] imageView] setImage:[group icon]]; if ([[self selectedGroups] containsObject:group]) { if (pubsChanged) [self displaySelectedGroups]; 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