From 331d5f6d8a9bbb16089da8522d97d584e9921d73 Mon Sep 17 00:00:00 2001 From: Bibiko Date: Tue, 23 Mar 2010 09:51:46 +0000 Subject: =?UTF-8?q?=E2=80=A2=20Navigator=20-=20gather=20more=20information?= =?UTF-8?q?=20-=20show=20infos=20for=20proc/func=20-=20improved=20error=20?= =?UTF-8?q?handling=20-=20reduced=20jittering=20while=20closing=20a=20conn?= =?UTF-8?q?ection=20window=20-=20still=20hidden=20-=20if=20navigator=20is?= =?UTF-8?q?=20not=20visible=20no=20navigator=20code=20will=20be=20executed?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Source/SPNavigatorController.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Source/SPNavigatorController.h') diff --git a/Source/SPNavigatorController.h b/Source/SPNavigatorController.h index 6895a9f2..def32cba 100644 --- a/Source/SPNavigatorController.h +++ b/Source/SPNavigatorController.h @@ -59,11 +59,12 @@ - (IBAction)filterTree:(id)sender; - (IBAction)syncButtonAction:(id)sender; -- (NSString*)tableInfoLabelForIndex:(NSInteger)index; +- (NSString*)tableInfoLabelForIndex:(NSInteger)index ofType:(NSInteger)type; - (void)restoreSelectedItems; - (void)setIgnoreUpdate:(BOOL)flag; - (void)selectPath:(NSString*)schemaPath; - (BOOL)syncMode; +- (void)removeConnection:(NSString*)connectionID; @end -- cgit v1.2.3