From 13436b2be6a6d4e5aefbd887c03a8c5932e43b70 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Tue, 24 Aug 2010 18:48:56 +0000 Subject: [PATCH] Monotone-Parent: 76909628785d7db94f5a70ec9d81f0d310851522 Monotone-Revision: 7b0ff9afef82de23e4f1e7222e6b8999dc5b0966 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-08-24T18:48:56 Monotone-Branch: ca.inverse.sogo --- ChangeLog | 5 +++++ SoObjects/Contacts/SOGoContactGCSList.m | 5 +++++ 2 files changed, 10 insertions(+) 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