diff options
author | rowanbeentje <rowan@beent.je> | 2012-10-09 22:19:26 +0000 |
---|---|---|
committer | rowanbeentje <rowan@beent.je> | 2012-10-09 22:19:26 +0000 |
commit | 7d7fdfc8b675ac827fb29577ef491ff075589b59 (patch) | |
tree | bef7e216f691694ec1c9efa293b5ee4dd22e6312 /Source/SPConnectionControllerDataSource.m | |
parent | bab9704df5bf5fa2412ff6fd47cb71f5ddd6c23c (diff) | |
download | sequelpro-7d7fdfc8b675ac827fb29577ef491ff075589b59.tar.gz sequelpro-7d7fdfc8b675ac827fb29577ef491ff075589b59.tar.bz2 sequelpro-7d7fdfc8b675ac827fb29577ef491ff075589b59.zip |
Connection interface tweaks:
- When adding a new connection and name editing is entered, accept name changes without validating hostnames etc
- When deleting groups of nodes, ensure that passwords for child nodes are correctly removed from the Keychain
- Add remove item, rename item, and duplicate item entries to the connection interface gear menu (matching the contextual menu)
Diffstat (limited to 'Source/SPConnectionControllerDataSource.m')
-rw-r--r-- | Source/SPConnectionControllerDataSource.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPConnectionControllerDataSource.m b/Source/SPConnectionControllerDataSource.m index d7f3d235..a318db85 100644 --- a/Source/SPConnectionControllerDataSource.m +++ b/Source/SPConnectionControllerDataSource.m @@ -111,7 +111,7 @@ // Updating the name triggers a KVO update [self setName:newName]; - [self saveFavorite:self]; + [self _saveCurrentDetailsCreatingNewFavorite:NO validateDetails:NO]; } else { [[node representedObject] setNodeName:newName]; |