Monotone-Parent: cb3f479134d1d5c2e5302fa2bc5e9546144fd5df

Monotone-Revision: 7add241a803ae2c2ee7ea4c1c708f60ef7e6498b

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2008-08-22T21:25:01
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2008-08-22 21:25:01 +00:00
parent abdc5e8518
commit 01f9a83bca
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -1,5 +1,9 @@
2008-08-22 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* UI/Contacts/UIxContactView.m ([UIxContactView -workUrl])
([UIxContactView -homeUrl]): the test for the presence of a
protocol was inverted, causing the output of wrong urls anyway...
* SoObjects/Contacts/SOGoContactLDIFEntry.m ([SOGoContactLDIFEntry
-vCard]): replaced query for field "notes" with "description".
Added support for Mozilla custom fields 1 to 4.
+1 -1
View File
@@ -316,7 +316,7 @@
{
url = [[elements objectAtIndex: 0] value: 0];
if ([[url lowercaseString] rangeOfString: @"://"].length)
if (![[url lowercaseString] rangeOfString: @"://"].length)
url = [NSString stringWithFormat: @"http://%@", url];
data = [NSString stringWithFormat: