diff options
author | Bibiko <bibiko@eva.mpg.de> | 2010-03-23 14:02:32 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2010-03-23 14:02:32 +0000 |
commit | 4755e7c7209582b09f59905540f459accc32acb3 (patch) | |
tree | a8f8bf3c53f645203f49c51812af6bfa78e22b54 /Source/SPNavigatorController.m | |
parent | b0a9fa03ad1b972d6027a80807718d1f314b0573 (diff) | |
download | sequelpro-4755e7c7209582b09f59905540f459accc32acb3.tar.gz sequelpro-4755e7c7209582b09f59905540f459accc32acb3.tar.bz2 sequelpro-4755e7c7209582b09f59905540f459accc32acb3.zip |
• added SPNavigatorOutlineView class for future stuff
• fixed some keytab indices for navigator window
Diffstat (limited to 'Source/SPNavigatorController.m')
-rw-r--r-- | Source/SPNavigatorController.m | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/SPNavigatorController.m b/Source/SPNavigatorController.m index a9ce93c8..f0d8961a 100644 --- a/Source/SPNavigatorController.m +++ b/Source/SPNavigatorController.m @@ -682,6 +682,7 @@ static SPNavigatorController *sharedNavigatorController = nil; atLocation:pos ofType:@"text"]; } + return YES; } } |