diff options
author | Max <post@wickenrode.com> | 2015-01-03 01:08:03 +0100 |
---|---|---|
committer | Max <post@wickenrode.com> | 2015-01-03 01:08:03 +0100 |
commit | db64bd1b5affd00332906901ee57d6f681faf7ea (patch) | |
tree | a8bf8e2607f3a93b06717ede4e14dd3da52bf44b /Source/SPConnectionController.m | |
parent | 30ffc7c4d6158e1210b2463dddb62e627ca410db (diff) | |
download | sequelpro-db64bd1b5affd00332906901ee57d6f681faf7ea.tar.gz sequelpro-db64bd1b5affd00332906901ee57d6f681faf7ea.tar.bz2 sequelpro-db64bd1b5affd00332906901ee57d6f681faf7ea.zip |
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.
Diffstat (limited to 'Source/SPConnectionController.m')
-rw-r--r-- | Source/SPConnectionController.m | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/SPConnectionController.m b/Source/SPConnectionController.m index e9d9272c..82c29510 100644 --- a/Source/SPConnectionController.m +++ b/Source/SPConnectionController.m @@ -1615,6 +1615,7 @@ static NSComparisonResult _compareFavoritesUsingKey(id favorite1, id favorite2, [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 |