Revision: 10925
          http://bibdesk.svn.sourceforge.net/bibdesk/?rev=10925&view=rev
Author:   amaxwell
Date:     2007-08-16 08:52:42 -0700 (Thu, 16 Aug 2007)

Log Message:
-----------
Fix bug #1775537, WoS bookmarks not functional.

Modified Paths:
--------------
    trunk/bibdesk/BDSKServerInfo.m

Modified: trunk/bibdesk/BDSKServerInfo.m
===================================================================
--- trunk/bibdesk/BDSKServerInfo.m      2007-08-16 15:19:30 UTC (rev 10924)
+++ trunk/bibdesk/BDSKServerInfo.m      2007-08-16 15:52:42 UTC (rev 10925)
@@ -145,12 +145,10 @@
     NSMutableDictionary *info = [NSMutableDictionary dictionaryWithCapacity:7];
     [info setValue:[self type] forKey:@"type"];
     [info setValue:[self name] forKey:@"name"];
-    if ([self isEntrez]) {
-        [info setValue:[self database] forKey:@"database"];
-    } else if ([self isZoom]) {
+    [info setValue:[self database] forKey:@"database"];
+    if ([self isZoom]) {
         [info setValue:[self host] forKey:@"host"];
         [info setValue:[self port] forKey:@"port"];
-        [info setValue:[self database] forKey:@"database"];
         [info setValue:[self password] forKey:@"password"];
         [info setValue:[self username] forKey:@"username"];
         [info setValue:[self options] forKey:@"options"];


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to