aboutsummaryrefslogtreecommitdiffstats
path: root/Source/TableDocument.h
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2009-08-07 16:44:51 +0000
committerstuconnolly <stuart02@gmail.com>2009-08-07 16:44:51 +0000
commit59c2bf0fe8329e2653c12a95e486fdfe8a373389 (patch)
treea4bc9b1b7c9ea28d5d87bf09354fc497c4909b39 /Source/TableDocument.h
parent78a094cff7a98489de2594cda8c56f491b288e88 (diff)
downloadsequelpro-59c2bf0fe8329e2653c12a95e486fdfe8a373389.tar.gz
sequelpro-59c2bf0fe8329e2653c12a95e486fdfe8a373389.tar.bz2
sequelpro-59c2bf0fe8329e2653c12a95e486fdfe8a373389.zip
- Fix a memory leak when filtering the server variables
- Fix a memory leak in MCPResult.m's stringFromCString: - Display the number of server variables being display when a filter is being applied
Diffstat (limited to 'Source/TableDocument.h')
-rw-r--r--Source/TableDocument.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/TableDocument.h b/Source/TableDocument.h
index 7df1155d..42be9e5a 100644
--- a/Source/TableDocument.h
+++ b/Source/TableDocument.h
@@ -77,6 +77,7 @@ enum {
IBOutlet NSTabView *tableTabView;
IBOutlet NSButton *saveVariablesButton;
IBOutlet NSSearchField *variablesSearchField;
+ IBOutlet NSTextField *variablesCountTextField;
IBOutlet NSTableView *tableInfoTable;
IBOutlet NSButton *tableInfoCollapseButton;
@@ -121,7 +122,6 @@ enum {
NSMutableArray *allDatabases;
NSString *queryEditorInitString;
-
}
- (NSString *)getHTMLforPrint;