mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-05 16:35:10 +00:00
Monotone-Parent: 22d8f930ef0774232d40575f91fe4eb49c980bd6
Monotone-Revision: 4c641cc8cb0c4617186e4139ce2c11f856fbbbf7 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2008-04-21T23:03:48 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -36,8 +36,7 @@
|
||||
|
||||
- (void) dealloc
|
||||
{
|
||||
if (refreshMethod)
|
||||
[refreshMethod release];
|
||||
[refreshMethod release];
|
||||
[super dealloc];
|
||||
}
|
||||
|
||||
@@ -51,11 +50,7 @@
|
||||
|
||||
- (void) setRefreshMethod: (NSString *) method
|
||||
{
|
||||
if (refreshMethod)
|
||||
[refreshMethod release];
|
||||
refreshMethod = method;
|
||||
if (refreshMethod)
|
||||
[refreshMethod retain];
|
||||
ASSIGN (refreshMethod, method);
|
||||
}
|
||||
|
||||
- (NSString *) refreshMethod
|
||||
|
||||
Reference in New Issue
Block a user