version 1.25, 2002/02/10 01:44:23
|
version 1.26, 2002/02/11 03:43:12
|
Line 54 static NSString *PrintToolbarItemIdentif
|
Line 54 static NSString *PrintToolbarItemIdentif
|
} |
} |
|
|
[mSidebarDrawer setDelegate: self]; |
[mSidebarDrawer setDelegate: self]; |
|
|
|
// Our initial view is our primary view. Connect it up. |
|
NSTabViewItem* tab = [mTabBrowser tabViewItemAtIndex: 0]; |
|
[mBrowserView makePrimaryBrowserView: tab urlbar: mURLBar status: mStatus |
|
progress: mProgress windowController: self]; |
} |
} |
|
|
- (void)drawerWillOpen: (NSNotification*)aNotification |
- (void)drawerWillOpen: (NSNotification*)aNotification |