Revision: 29827
http://sourceforge.net/p/bibdesk/svn/29827
Author: hofman
Date: 2025-11-17 09:53:45 +0000 (Mon, 17 Nov 2025)
Log Message:
-----------
option values are always strings
Modified Paths:
--------------
trunk/bibdesk/BDSKServerInfo.m
Modified: trunk/bibdesk/BDSKServerInfo.m
===================================================================
--- trunk/bibdesk/BDSKServerInfo.m 2025-11-16 17:01:24 UTC (rev 29826)
+++ trunk/bibdesk/BDSKServerInfo.m 2025-11-17 09:53:45 UTC (rev 29827)
@@ -488,7 +488,7 @@
}
}
-- (void)setOptionValue:(id)value forKey:(NSString *)key {
+- (void)setOptionValue:(NSString *)value forKey:(NSString *)key {
value = [value copy];
if (options)
[options setValue:value forKey:key];
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