diff options
author | Bibiko <bibiko@eva.mpg.de> | 2010-03-18 14:54:47 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2010-03-18 14:54:47 +0000 |
commit | e2d9581fdcd4773cf23c0482beb3b5c6178b90bf (patch) | |
tree | 77e7c7ceacb2caf8ecb8672aad1e97cfec1a76b5 /Source/TableDocument.m | |
parent | 76c0ff7dee7b306a2e4e0e6af87ca02f07d0295b (diff) | |
download | sequelpro-e2d9581fdcd4773cf23c0482beb3b5c6178b90bf.tar.gz sequelpro-e2d9581fdcd4773cf23c0482beb3b5c6178b90bf.tar.bz2 sequelpro-e2d9581fdcd4773cf23c0482beb3b5c6178b90bf.zip |
• further progress for navigator
Diffstat (limited to 'Source/TableDocument.m')
-rw-r--r-- | Source/TableDocument.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/TableDocument.m b/Source/TableDocument.m index 62823c36..d741c55d 100644 --- a/Source/TableDocument.m +++ b/Source/TableDocument.m @@ -1163,7 +1163,7 @@ // If the Console window is not visible data are not reloaded (for speed). // Due to that update list if user opens the Console window. if(!isNavigatorVisible) { - [[SPNavigatorController sharedNavigatorController] updateEntries]; + [[SPNavigatorController sharedNavigatorController] updateEntries:self]; } // Show or hide the navigator |