Revision: 27950
http://sourceforge.net/p/bibdesk/svn/27950
Author: hofman
Date: 2022-09-28 14:25:26 +0000 (Wed, 28 Sep 2022)
Log Message:
-----------
only save password in keychain when the user was actually editing the server
info
Modified Paths:
--------------
trunk/bibdesk/BDSKSearchGroupSheetController.m
Modified: trunk/bibdesk/BDSKSearchGroupSheetController.m
===================================================================
--- trunk/bibdesk/BDSKSearchGroupSheetController.m 2022-09-28 09:14:11 UTC
(rev 27949)
+++ trunk/bibdesk/BDSKSearchGroupSheetController.m 2022-09-28 14:25:26 UTC
(rev 27950)
@@ -171,7 +171,8 @@
NSBeep();
return;
}
- [serverInfo savePasswordInKeychain];
+ if ([self isEditable])
+ [serverInfo savePasswordInKeychain];
}
[super dismiss:sender];
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