version 1.18, 2002/02/07 05:11:38
|
version 1.21, 2002/02/09 08:12:33
|
Line 30 static NSString *PrintToolbarItemIdentif
|
Line 30 static NSString *PrintToolbarItemIdentif
|
- (void)windowWillClose:(NSNotification *)notification |
- (void)windowWillClose:(NSNotification *)notification |
{ |
{ |
[self autorelease]; |
[self autorelease]; |
|
[mSidebarBookmarksDataSource windowClosing]; |
} |
} |
|
|
- (void)dealloc |
- (void)dealloc |
Line 53 static NSString *PrintToolbarItemIdentif
|
Line 54 static NSString *PrintToolbarItemIdentif
|
|
|
- (void)drawerDidOpen:(NSNotification *)aNotification |
- (void)drawerDidOpen:(NSNotification *)aNotification |
{ |
{ |
[[mSidebarBrowserView getBrowserView] loadURI: [NSURL URLWithString: @"http://tinderbox.mozilla.org/SeaMonkey/panel.html"] flags:NSLoadFlagsNone]; | //[[mSidebarBrowserView getBrowserView] loadURI: [NSURL URLWithString: @"http://tinderbox.mozilla.org/SeaMonkey/panel.html"] flags:NSLoadFlagsNone]; |
| |
| [mSidebarBookmarksDataSource ensureBookmarks]; |
| } |
| |
| - (void)drawerDidClose:(NSNotification *)aNotification |
| { |
| // Unload the Gecko web page in "My Panels" to save memory. |
| [[mSidebarBrowserView getBrowserView] loadURI: [NSURL URLWithString: @"about:blank"] flags:NSLoadFlagsNone]; |
} |
} |
|
|
- (void)setupToolbar |
- (void)setupToolbar |