From edb33ac646daee9994a8e884d5c2e14c3516d810 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Mon, 2 Apr 2007 21:14:53 +0000 Subject: [PATCH] Monotone-Parent: 75309c63ac3f2610d9a8f45ed263389466bcc74e Monotone-Revision: b816f8881a78a3290540c985eaed842f9e51e581 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-04-02T21:14:53 Monotone-Branch: ca.inverse.sogo --- ChangeLog | 3 +++ UI/Contacts/UIxContactView.m | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index cbe8059a5..ac1ae32f3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2007-04-02 Wolfgang Sourdeau + * 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. diff --git a/UI/Contacts/UIxContactView.m b/UI/Contacts/UIxContactView.m index 3b456c257..a84b8cf13 100644 --- a/UI/Contacts/UIxContactView.m +++ b/UI/Contacts/UIxContactView.m @@ -410,7 +410,7 @@ - (NSString *) workUrl { - return [self _urlOfType: @"home"]; + return [self _urlOfType: @"work"]; } - (BOOL) hasOtherInfos