Monotone-Parent: 75309c63ac3f2610d9a8f45ed263389466bcc74e

Monotone-Revision: b816f8881a78a3290540c985eaed842f9e51e581

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-04-02T21:14:53
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2007-04-02 21:14:53 +00:00
parent f741354d3d
commit edb33ac646
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -1,5 +1,8 @@
2007-04-02 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* UI/Contacts/UIxContactView.m ([UIxContactView -workUrl]): we
want the "work" url instead of the "home".
* UI/Contacts/UIxContactEditor.m ([UIxContactEditor
-_saveSnapshot]): save url values from snapshot.
([UIxContactEditor -initSnapshot]): load url values from snapshot.
+1 -1
View File
@@ -410,7 +410,7 @@
- (NSString *) workUrl
{
return [self _urlOfType: @"home"];
return [self _urlOfType: @"work"];
}
- (BOOL) hasOtherInfos