aboutsummaryrefslogtreecommitdiffstats
path: root/Source/TableDocument.m
diff options
context:
space:
mode:
Diffstat (limited to 'Source/TableDocument.m')
-rw-r--r--Source/TableDocument.m12
1 files changed, 1 insertions, 11 deletions
diff --git a/Source/TableDocument.m b/Source/TableDocument.m
index 949f2a68..0a68eda2 100644
--- a/Source/TableDocument.m
+++ b/Source/TableDocument.m
@@ -1148,7 +1148,7 @@
BOOL isNavigatorVisible = [[[SPNavigatorController sharedNavigatorController] window] isVisible];
if(!isNavigatorVisible) {
- [[SPNavigatorController sharedNavigatorController] updateEntries:self];
+ [[SPNavigatorController sharedNavigatorController] updateEntriesForConnection:[self connectionID]];
}
// Show or hide the navigator
@@ -1166,16 +1166,6 @@
}
}
-/*
- * Called from MCPConnection or self to inform the navigator that an instance invoked queryDbStructure
- * or a window was closed
- */
-- (void)updateNavigator:(id)sender
-{
- if([[[SPNavigatorController sharedNavigatorController] window] isVisible])
- [[SPNavigatorController sharedNavigatorController] updateEntries:self];
-}
-
#pragma mark -
#pragma mark Task progress and notification methods