aboutsummaryrefslogtreecommitdiffstats
path: root/Source/TablesList.h
diff options
context:
space:
mode:
authorjakob <jakob@eggerapps.at>2010-01-28 13:32:13 +0000
committerjakob <jakob@eggerapps.at>2010-01-28 13:32:13 +0000
commitfbd0ed3df36e13e6ffd56b55162e1834be82d4f2 (patch)
treea83e0e06a85fe18e9f27d60299a271e252c10db6 /Source/TablesList.h
parent80120555be28a2ec1384ea05006c43c77857a0a0 (diff)
downloadsequelpro-fbd0ed3df36e13e6ffd56b55162e1834be82d4f2.tar.gz
sequelpro-fbd0ed3df36e13e6ffd56b55162e1834be82d4f2.tar.bz2
sequelpro-fbd0ed3df36e13e6ffd56b55162e1834be82d4f2.zip
* renaming a table/view/proc/func now doesn't open a sheet anymore
* table name checks now correctly consider only functions when working with functions * when an empty table name is entered, the change is ignored (like in finder)
Diffstat (limited to 'Source/TablesList.h')
-rw-r--r--Source/TablesList.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/TablesList.h b/Source/TablesList.h
index 1318108b..b64e0de0 100644
--- a/Source/TablesList.h
+++ b/Source/TablesList.h
@@ -73,10 +73,6 @@ enum sp_table_types
IBOutlet id toolbarActionsButton;
IBOutlet id toolbarReloadButton;
IBOutlet id addTableButton;
- IBOutlet id tableRenameSheet;
- IBOutlet id tableRenameField;
- IBOutlet id tableRenameText;
- IBOutlet id renameTableButton;
IBOutlet id truncateTableButton;
IBOutlet id truncateTableContextButton;
IBOutlet NSSplitView *tableListSplitView;