Revision: 29198 http://sourceforge.net/p/bibdesk/svn/29198 Author: hofman Date: 2025-04-25 22:25:32 +0000 (Fri, 25 Apr 2025) Log Message: ----------- allow initializing SRU server info
Modified Paths: -------------- trunk/bibdesk/BDSKServerInfo.m Modified: trunk/bibdesk/BDSKServerInfo.m =================================================================== --- trunk/bibdesk/BDSKServerInfo.m 2025-04-25 21:58:13 UTC (rev 29197) +++ trunk/bibdesk/BDSKServerInfo.m 2025-04-25 22:25:32 UTC (rev 29198) @@ -120,6 +120,10 @@ password = [[opts objectForKey:PASSWORD_KEY] copy]; options = [opts mutableCopy]; [options removeObjectForKey:PASSWORD_KEY]; + } else if ([self isSRU]) { + host = [aHost copy]; + port = [aPort copy]; + options = [opts count] > 0 ? [opts mutableCopy] : nil; } else { self = nil; } 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