diff --git a/ChangeLog b/ChangeLog index 91e452917..701785fa2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2006-09-19 Wolfgang Sourdeau + * UI/Contacts/UIxContactView.m ([UIxContactView + -_urlOfType:aType]): don't manage non-mailto urls through + javascript, let the user decide what's best for him. + * UI/Contacts/UIxContactFoldersView.m ([UIxContactFoldersView -newAction]): transfer all the query parameters by using the "asURLParameters"'s result string from [self queryParameters]. diff --git a/UI/Contacts/UIxContactView.m b/UI/Contacts/UIxContactView.m index 8672ba68d..ac4e900a8 100644 --- a/UI/Contacts/UIxContactView.m +++ b/UI/Contacts/UIxContactView.m @@ -244,7 +244,7 @@ { url = [[elements objectAtIndex: 0] value: 0]; data = [NSString stringWithFormat: - @"%@", + @"%@", url, url]; } else