mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-28 08:19:28 +00:00
Fix creation of new contacts when editing a list
This commit is contained in:
@@ -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"];
|
||||
|
||||
Reference in New Issue
Block a user