mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-18 03:38:49 +00:00
Monotone-Parent: 73c3b8716e12cb6d361af496dd5f7ad91837812d
Monotone-Revision: f9c7627cbadcae704407f1e9336a6279f94cd133 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-01-30T03:28:25 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -60,20 +60,10 @@
|
||||
[toolbarGroup release];
|
||||
[toolbarConfig release];
|
||||
[buttonInfo release];
|
||||
if (toolbar)
|
||||
[toolbar release];
|
||||
[toolbar release];
|
||||
[super dealloc];
|
||||
}
|
||||
|
||||
/* notifications */
|
||||
|
||||
- (void)sleep {
|
||||
[toolbarGroup release]; toolbarGroup = nil;
|
||||
[toolbarConfig release]; toolbarConfig = nil;
|
||||
[buttonInfo release]; buttonInfo = nil;
|
||||
[super sleep];
|
||||
}
|
||||
|
||||
/* accessors */
|
||||
|
||||
- (void)setToolbarGroup:(id)_group {
|
||||
@@ -187,7 +177,7 @@
|
||||
else
|
||||
tb = [self loadToolbarConfigFromResourceNamed:tb];
|
||||
}
|
||||
|
||||
|
||||
toolbarConfig = [tb retain];
|
||||
|
||||
return toolbarConfig;
|
||||
|
||||
Reference in New Issue
Block a user