diff options
author | jakob <jakob@eggerapps.at> | 2010-01-28 13:32:13 +0000 |
---|---|---|
committer | jakob <jakob@eggerapps.at> | 2010-01-28 13:32:13 +0000 |
commit | fbd0ed3df36e13e6ffd56b55162e1834be82d4f2 (patch) | |
tree | a83e0e06a85fe18e9f27d60299a271e252c10db6 /Source/TablesList.h | |
parent | 80120555be28a2ec1384ea05006c43c77857a0a0 (diff) | |
download | sequelpro-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.h | 4 |
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; |