diff options
author | rowanbeentje <rowan@beent.je> | 2011-01-22 23:45:03 +0000 |
---|---|---|
committer | rowanbeentje <rowan@beent.je> | 2011-01-22 23:45:03 +0000 |
commit | 9fc507268a5158ae0045b753a288f2df6500e0c5 (patch) | |
tree | 418ad1cc9fa80c23ca4b1b80c96e9ba4e09f4a1b /Source/SPBundleEditorController.h | |
parent | 0082b12a22fcc562b8a4425d22bc69ab9aa05645 (diff) | |
download | sequelpro-9fc507268a5158ae0045b753a288f2df6500e0c5.tar.gz sequelpro-9fc507268a5158ae0045b753a288f2df6500e0c5.tar.bz2 sequelpro-9fc507268a5158ae0045b753a288f2df6500e0c5.zip |
- Manually restore autosave value for bundle editor splitview width, as this doesn't appear to be restored automatically
- Remove unused delegate methods
Diffstat (limited to 'Source/SPBundleEditorController.h')
-rw-r--r-- | Source/SPBundleEditorController.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/SPBundleEditorController.h b/Source/SPBundleEditorController.h index d8c2d5df..1c3c0dab 100644 --- a/Source/SPBundleEditorController.h +++ b/Source/SPBundleEditorController.h @@ -27,7 +27,7 @@ #import "SPBundleCommandTextView.h" #import "SPOutlineView.h" -@class SRRecorderControl, BWAnchoredButtonBar; +@class SRRecorderControl, BWSplitView; @interface SPBundleEditorController : NSWindowController { @@ -63,7 +63,7 @@ IBOutlet NSButton *disabledCheckbox; IBOutlet NSScrollView *commandScrollView; IBOutlet NSScrollView *descriptionScrollView; - IBOutlet BWAnchoredButtonBar *splitViewButtonBar; + IBOutlet BWSplitView *splitView; IBOutlet id undeleteSheet; IBOutlet NSTableView *undeleteTableView; |