Revision: 29261
          http://sourceforge.net/p/bibdesk/svn/29261
Author:   hofman
Date:     2025-05-05 09:06:26 +0000 (Mon, 05 May 2025)
Log Message:
-----------
check for entrez or DBLP

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

Modified: trunk/bibdesk/BDSKServerInfo.m
===================================================================
--- trunk/bibdesk/BDSKServerInfo.m      2025-05-05 08:54:26 UTC (rev 29260)
+++ trunk/bibdesk/BDSKServerInfo.m      2025-05-05 09:06:26 UTC (rev 29261)
@@ -270,7 +270,7 @@
 }
 
 - (BOOL)getUsername:(NSString **)outUsername password:(NSString **)outPassword 
{
-    if ([self isZoom] == NO && [self isSRU] == NO && [self isISI] == NO)
+    if ([self isEntrez] || [self isDBLP])
         return NO;
     NSString *user = [self username];
     if (user == nil)
@@ -298,7 +298,7 @@
 }
 
 - (void)savePasswordInKeychain {
-    if ([self isZoom] == NO && [self isSRU] == NO && [self isISI] == NO)
+    if ([self isEntrez] || [self isDBLP])
         return;
     // don't get the password from the keychain
     [passwordLock lockForReading];

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

Reply via email to