diff options
author | avenjamin <avenjamin@gmail.com> | 2008-11-15 16:09:15 +0000 |
---|---|---|
committer | avenjamin <avenjamin@gmail.com> | 2008-11-15 16:09:15 +0000 |
commit | d5100f8e96f9ea96f0660e6b21b55fb221002f84 (patch) | |
tree | ddb9c564b3501f4dce7a4e4d604b664fe70d6070 /TableDocument.m | |
parent | 41355f1754197328c4623883a980cf708dc35097 (diff) | |
download | sequelpro-d5100f8e96f9ea96f0660e6b21b55fb221002f84.tar.gz sequelpro-d5100f8e96f9ea96f0660e6b21b55fb221002f84.tar.bz2 sequelpro-d5100f8e96f9ea96f0660e6b21b55fb221002f84.zip |
Some initial setup for new import system
Diffstat (limited to 'TableDocument.m')
-rw-r--r-- | TableDocument.m | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/TableDocument.m b/TableDocument.m index 968a9480..f473dfd2 100644 --- a/TableDocument.m +++ b/TableDocument.m @@ -1099,12 +1099,7 @@ NSString *TableDocumentFavoritesControllerFavoritesDidChange = @"TableDocumentFa passes the request to the tableDump object */ { - [tableDumpInstance importFile:[sender tag]]; -} - -- (IBAction)importCSV:(id)sender -{ - return [self import:sender]; + [tableDumpInstance importFile]; } - (IBAction)export:(id)sender |