Revision: 27819
http://sourceforge.net/p/bibdesk/svn/27819
Author: hofman
Date: 2022-08-21 23:40:23 +0000 (Sun, 21 Aug 2022)
Log Message:
-----------
make sure shared group icon is updated when the shared group updates
Modified Paths:
--------------
trunk/bibdesk/BibDocument_Groups.m
Modified: trunk/bibdesk/BibDocument_Groups.m
===================================================================
--- trunk/bibdesk/BibDocument_Groups.m 2022-08-21 08:56:20 UTC (rev 27818)
+++ trunk/bibdesk/BibDocument_Groups.m 2022-08-21 23:40:23 UTC (rev 27819)
@@ -393,6 +393,9 @@
}
}
+ if ([group groupType] == BDSKSharedGroupType)
+ [[[self viewForGroup:group] imageView] setImage:[group icon]];
+
if (pubsChanged && [[group publications] count])
[self setImported:YES forPublications:publications inGroup:group];
}
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