Monotone-Parent: 4d746eed04f2cecc449886d63e438cd4e1411fd0

Monotone-Revision: 8ea40d552410068dacd853937f3e093dd5b29756

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-08-04T23:05:39
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2006-08-04 23:05:39 +00:00
parent c1b2ffe52e
commit 3831049f50
1 changed files with 2 additions and 2 deletions

View File

@ -31,13 +31,13 @@
@implementation SOGoContactFolder
+ (id) contactFolderWithSource: (SOGoContactSource *) source
inContainer: (SOGoObject *) container
inContainer: (SOGoObject *) newContainer
andName: (NSString *) name
{
SOGoContactFolder *folder;
folder = [[self alloc] initWithSource: source
inContainer: container
inContainer: newContainer
andName: name];
[folder autorelease];