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