diff --git a/ChangeLog b/ChangeLog index f5dc97f06..d09be002d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2010-08-24 Wolfgang Sourdeau + + * SoObjects/Contacts/SOGoContactGCSList.m (-davAddressData): added + method. + 2010-08-24 Ludovic Marcotte * UI/Templates/PreferencesUI/UIxPreferences.wox diff --git a/SoObjects/Contacts/SOGoContactGCSList.m b/SoObjects/Contacts/SOGoContactGCSList.m index 1913232e1..e6f470900 100644 --- a/SoObjects/Contacts/SOGoContactGCSList.m +++ b/SoObjects/Contacts/SOGoContactGCSList.m @@ -87,6 +87,11 @@ return @"text/x-vlist"; } +- (NSString *) davAddressData +{ + return [self contentAsString]; +} + /* specialized actions */ - (void) save