From ae3b8a6fb033d1ef7435c9a49997467bdc6853f8 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Tue, 19 Sep 2006 21:05:32 +0000 Subject: [PATCH] Monotone-Parent: 0a93903821df22cae2a8187e778326212c127114 Monotone-Revision: e94cb35209635067c1495606f5829d63804b064b Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-09-19T21:05:32 Monotone-Branch: ca.inverse.sogo --- ChangeLog | 4 ++++ UI/Contacts/UIxContactView.m | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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