From e914597f73e44482d1e0b9e85322ec7419017706 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Fri, 24 Oct 2014 16:44:57 -0400 Subject: [PATCH] Fix creation of new contacts when editing a list --- UI/Contacts/UIxListEditor.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UI/Contacts/UIxListEditor.m b/UI/Contacts/UIxListEditor.m index dfb54db0d..a7909a4c6 100644 --- a/UI/Contacts/UIxListEditor.m +++ b/UI/Contacts/UIxListEditor.m @@ -247,7 +247,7 @@ // Add vCard to current folder newContact = [SOGoContactGCSEntry objectWithName: newUID inContainer: folder]; - [newContact saveContentString: [newCard versitString]]; + [newContact saveComponent: newCard]; // Create card reference for the list cardReference = [NGVCardReference elementWithTag: @"card"];