diff options
author | stuconnolly <stuart02@gmail.com> | 2012-04-29 11:13:35 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2012-04-29 11:13:35 +0000 |
commit | 37b58a7b37cabc7409be30f57671d7af05961436 (patch) | |
tree | 884580160074d369ee309795454c138d9a6c1bfb /Source/SPConnectionControllerDelegate.m | |
parent | 6732cbb54f7fea129742dbe27e8681a993e6b2f5 (diff) | |
download | sequelpro-37b58a7b37cabc7409be30f57671d7af05961436.tar.gz sequelpro-37b58a7b37cabc7409be30f57671d7af05961436.tar.bz2 sequelpro-37b58a7b37cabc7409be30f57671d7af05961436.zip |
Pass the array of imported favorites instead of the whole dictionary to the delegate and improve error handling.
Diffstat (limited to 'Source/SPConnectionControllerDelegate.m')
-rw-r--r-- | Source/SPConnectionControllerDelegate.m | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/SPConnectionControllerDelegate.m b/Source/SPConnectionControllerDelegate.m index c0bdf5d8..dc429faf 100644 --- a/Source/SPConnectionControllerDelegate.m +++ b/Source/SPConnectionControllerDelegate.m @@ -524,9 +524,8 @@ static NSString *SPDatabaseImage = @"database-small"; /** * Called by the favorites importer when the imported data is available. */ -- (void)favoritesImportData:(NSDictionary *)data +- (void)favoritesImportData:(NSArray *)data { - // TODO: do something with the data } /** |