diff options
Diffstat (limited to 'Source')
-rw-r--r-- | Source/SPConnectionController.m | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/SPConnectionController.m b/Source/SPConnectionController.m index 6d55dbbd..d1bab4aa 100644 --- a/Source/SPConnectionController.m +++ b/Source/SPConnectionController.m @@ -165,9 +165,13 @@ // Basic details have validated - start the connection process animating [addToFavoritesButton setHidden:YES]; + [addToFavoritesButton display]; [helpButton setHidden:YES]; + [helpButton display]; [connectButton setEnabled:NO]; + [connectButton display]; [progressIndicator startAnimation:self]; + [progressIndicator display]; [progressIndicatorText setHidden:NO]; [progressIndicatorText display]; @@ -386,6 +390,7 @@ [progressIndicatorText setHidden:YES]; [progressIndicatorText display]; [addToFavoritesButton setHidden:NO]; + [addToFavoritesButton display]; [connectButton setEnabled:YES]; [tableDocument clearStatusIcon]; |