From 85dbac812f6d1cbba269d9e92ab3ad14cb858e67 Mon Sep 17 00:00:00 2001 From: rowanbeentje Date: Thu, 8 Nov 2012 00:40:49 +0000 Subject: - When connection details are saved, ensure the outline view reflects the change in edit status --- Source/SPConnectionController.m | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Source/SPConnectionController.m') diff --git a/Source/SPConnectionController.m b/Source/SPConnectionController.m index b9ab0510..797f122c 100644 --- a/Source/SPConnectionController.m +++ b/Source/SPConnectionController.m @@ -1776,10 +1776,11 @@ static NSComparisonResult _compareFavoritesUsingKey(id favorite1, id favorite2, { if (!isEditingConnection) return; + [self setIsEditingConnection:NO]; + [editButtonsView setHidden:YES]; [progressIndicatorText setHidden:YES]; - - [self setIsEditingConnection:NO]; + [(NSView *)favoritesOutlineView display]; } #pragma mark - -- cgit v1.2.3