Revision: 29244
http://sourceforge.net/p/bibdesk/svn/29244
Author: hofman
Date: 2025-04-29 14:17:40 +0000 (Tue, 29 Apr 2025)
Log Message:
-----------
no need to add set
Modified Paths:
--------------
trunk/bibdesk/BDSKSearchGroupSheetController.m
Modified: trunk/bibdesk/BDSKSearchGroupSheetController.m
===================================================================
--- trunk/bibdesk/BDSKSearchGroupSheetController.m 2025-04-29 14:10:53 UTC
(rev 29243)
+++ trunk/bibdesk/BDSKSearchGroupSheetController.m 2025-04-29 14:17:40 UTC
(rev 29244)
@@ -62,7 +62,7 @@
if ([@"type" isEqualToString:key])
keyPaths = [keyPaths setByAddingObject:@"serverInfo"];
else if ([[NSSet setWithObjects:@"typeTag", @"zoom", @"ISI", @"SRU",
@"zoomOrISI", @"zoomOrSRU", @"databases", nil] containsObject:key])
- keyPaths = [keyPaths setByAddingObjectsFromSet:[NSSet
setWithObjects:@"type", nil]];
+ keyPaths = [keyPaths setByAddingObject:@"type"];
return keyPaths;
}
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