Revision: 27625
http://sourceforge.net/p/bibdesk/svn/27625
Author: hofman
Date: 2022-06-13 14:56:36 +0000 (Mon, 13 Jun 2022)
Log Message:
-----------
don't make factory with single item for security
Modified Paths:
--------------
trunk/bibdesk/BibDocument_UI.m
Modified: trunk/bibdesk/BibDocument_UI.m
===================================================================
--- trunk/bibdesk/BibDocument_UI.m 2022-06-13 14:48:25 UTC (rev 27624)
+++ trunk/bibdesk/BibDocument_UI.m 2022-06-13 14:56:36 UTC (rev 27625)
@@ -1447,7 +1447,7 @@
[publications reindexPublication:pub];
if ([changedKey isEqualToString:BDSKLocalFileString]) {
- NSDictionary *notifInfo = [NSDictionary
dictionaryWithObjectsAndKeys:[NSArray arrayWithObject:pub],
BDSKDocumentPublicationsKey, nil];
+ NSDictionary *notifInfo = [NSDictionary
dictionaryWithObjectsAndKeys:[NSArray arrayWithObjects:pub, nil],
BDSKDocumentPublicationsKey, nil];
[[NSNotificationCenter defaultCenter]
postNotificationName:BDSKDocumentDidChangeLinkedFilesNotification
object:self
userInfo:notifInfo];
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