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:
Wolfgang Sourdeau
2008-04-21 23:03:48 +00:00
parent 5c8298b730
commit 74d8080342
36 changed files with 1270 additions and 135 deletions
+2 -7
View File
@@ -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