From 3831049f50c294143496a5544c920c1092dcfa5e Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Fri, 4 Aug 2006 23:05:39 +0000 Subject: [PATCH] Monotone-Parent: 4d746eed04f2cecc449886d63e438cd4e1411fd0 Monotone-Revision: 8ea40d552410068dacd853937f3e093dd5b29756 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-08-04T23:05:39 Monotone-Branch: ca.inverse.sogo --- SoObjects/Contacts/SOGoContactFolder.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SoObjects/Contacts/SOGoContactFolder.m b/SoObjects/Contacts/SOGoContactFolder.m index 9b6f801af..508fa1b77 100644 --- a/SoObjects/Contacts/SOGoContactFolder.m +++ b/SoObjects/Contacts/SOGoContactFolder.m @@ -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];