Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix minor UI issue
When cancelling a connection, because SSH is asking for a password, the "SSH connecting…" message in the upper right window corner would not be reset.
  • Loading branch information
dmoagx committed Jan 3, 2015
1 parent 30ffc7c commit db64bd1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/SPConnectionController.m
Expand Up @@ -1615,6 +1615,7 @@ - (void)_restoreConnectionInterface
[progressIndicator display];
[progressIndicatorText setHidden:YES];
[progressIndicatorText display];
[dbDocument setTitlebarStatus:@""];

// If not testing a connection, Update the password fields, restoring passwords that may have
// been bulleted out during connection
Expand Down

0 comments on commit db64bd1

Please sign in to comment.