mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-09-20 12:48:32 +00:00
Monotone-Parent: fc9d10c123885769669adb2eef1fa95420c32ff6
Monotone-Revision: 6e9bce1000589aa89ad5a242618e33803b931ca2 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-04-02T20:06:53 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -454,6 +454,7 @@
|
||||
- (void) _saveSnapshot
|
||||
{
|
||||
CardElement *element;
|
||||
NSArray *units;
|
||||
|
||||
[card setNWithFamily: [snapshot objectForKey: @"sn"]
|
||||
given: [snapshot objectForKey: @"givenName"]
|
||||
@@ -485,6 +486,10 @@
|
||||
value: [snapshot objectForKey: @"calFBURL"]];
|
||||
[card setUniqueChild: element];
|
||||
|
||||
units = [NSArray arrayWithObject: [snapshot objectForKey: @"workService"]];
|
||||
[card setOrg: [snapshot objectForKey: @"workCompany"]
|
||||
units: units];
|
||||
|
||||
[self _savePhoneValues];
|
||||
[self _saveEmails];
|
||||
[[card uniqueChildWithTag: @"x-aim"]
|
||||
|
||||
Reference in New Issue
Block a user