From ba53d971b598247500e93a665b4cdb0526a36a50 Mon Sep 17 00:00:00 2001 From: rowanbeentje Date: Mon, 6 Jul 2009 13:08:07 +0000 Subject: - Fix favorites text fields resizing in prefs window - Correctly select Structure view after connection --- Source/TableDocument.m | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Source/TableDocument.m') diff --git a/Source/TableDocument.m b/Source/TableDocument.m index 292aa884..1df0698a 100644 --- a/Source/TableDocument.m +++ b/Source/TableDocument.m @@ -172,7 +172,8 @@ [self setFileName:[NSString stringWithFormat:@"(MySQL %@) %@@%@ %@", mySQLVersion, [self user], [self host], [self database]]]; [tableWindow setTitle:[NSString stringWithFormat:@"(MySQL %@) %@/%@", mySQLVersion, [self name], ([self database]?[self database]:@"")]]; - + [self viewStructure:self]; + // Connected Growl notification [[SPGrowlController sharedGrowlController] notifyWithTitle:@"Connected" description:[NSString stringWithFormat:NSLocalizedString(@"Connected to %@",@"description for connected growl notification"), [tableWindow title]] -- cgit v1.2.3