Monotone-Parent: 76909628785d7db94f5a70ec9d81f0d310851522

Monotone-Revision: 7b0ff9afef82de23e4f1e7222e6b8999dc5b0966

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2010-08-24T18:48:56
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2010-08-24 18:48:56 +00:00
parent a7ff20e05c
commit 13436b2be6
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2010-08-24 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* SoObjects/Contacts/SOGoContactGCSList.m (-davAddressData): added
method.
2010-08-24 Ludovic Marcotte <lmarcotte@inverse.ca>
* UI/Templates/PreferencesUI/UIxPreferences.wox

View File

@ -87,6 +87,11 @@
return @"text/x-vlist";
}
- (NSString *) davAddressData
{
return [self contentAsString];
}
/* specialized actions */
- (void) save