diff options
author | Bibiko <bibiko@eva.mpg.de> | 2010-08-13 08:50:09 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2010-08-13 08:50:09 +0000 |
commit | 9d5aa655c43de33b8617f8fedd5b948907f547cb (patch) | |
tree | 55af8ccb117def34485b55028df9c7a8bd9bfc9c /Source/SPNavigatorController.h | |
parent | f26b9a4fa9adc76e34ca440c3119bd8f1359f967 (diff) | |
download | sequelpro-9d5aa655c43de33b8617f8fedd5b948907f547cb.tar.gz sequelpro-9d5aa655c43de33b8617f8fedd5b948907f547cb.tar.bz2 sequelpro-9d5aa655c43de33b8617f8fedd5b948907f547cb.zip |
• Navigator
- make usage of only one tree
- fixed "Button"-dummy
- fixed refreshing of the tree data for first invocation
- fixed tiny bits for possible crashes/exceptions due to threading
Diffstat (limited to 'Source/SPNavigatorController.h')
-rw-r--r-- | Source/SPNavigatorController.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Source/SPNavigatorController.h b/Source/SPNavigatorController.h index 4d6ee994..a664212d 100644 --- a/Source/SPNavigatorController.h +++ b/Source/SPNavigatorController.h @@ -27,7 +27,6 @@ @interface SPNavigatorController : NSWindowController { - IBOutlet id outlineSchema1; IBOutlet id outlineSchema2; IBOutlet id navigatorWindow; IBOutlet id infoTable; @@ -47,9 +46,7 @@ NSMutableDictionary *expandStatus1; NSMutableDictionary *expandStatus2; - NSString *selectedKey1; NSString *selectedKey2; - NSRect selectionViewPort1; NSRect selectionViewPort2; BOOL ignoreUpdate; BOOL isFiltered; @@ -64,8 +61,6 @@ NSImage *functionIcon; NSImage *fieldIcon; - BOOL wasNotShown; - Class NSDictionaryClass; } |