mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-05 16:35:10 +00:00
Monotone-Parent: 4d746eed04f2cecc449886d63e438cd4e1411fd0
Monotone-Revision: 8ea40d552410068dacd853937f3e093dd5b29756 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-08-04T23:05:39 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -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];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user