diff options
author | Bibiko <bibiko@eva.mpg.de> | 2010-03-31 19:47:19 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2010-03-31 19:47:19 +0000 |
commit | 836b96f7e1481938c0267448b940b5d8e202eb09 (patch) | |
tree | 3fc5ca7d44acbac56c73270779d05a93c8411db8 /Source/SPNavigatorController.h | |
parent | 841c9a5e1fc35a6aa2cb0d488057f504c1c9b378 (diff) | |
download | sequelpro-836b96f7e1481938c0267448b940b5d8e202eb09.tar.gz sequelpro-836b96f7e1481938c0267448b940b5d8e202eb09.tar.bz2 sequelpro-836b96f7e1481938c0267448b940b5d8e202eb09.zip |
• ensure that the global schema structure data for completion are updated even if SP is not active
Diffstat (limited to 'Source/SPNavigatorController.h')
-rw-r--r-- | Source/SPNavigatorController.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPNavigatorController.h b/Source/SPNavigatorController.h index 1926a622..d84598f8 100644 --- a/Source/SPNavigatorController.h +++ b/Source/SPNavigatorController.h @@ -76,7 +76,7 @@ - (IBAction)filterTree:(id)sender; - (IBAction)syncButtonAction:(id)sender; -- (void)updateEntriesForConnection:(NSString*)connectionID; +- (void)updateEntriesForConnection:(id)object; - (NSString*)tableInfoLabelForIndex:(NSInteger)index ofType:(NSInteger)type; - (void)updateNavigator:(NSNotification *)aNotification; |