From 95bfb47be167d6795327c41dae15d034acac06c5 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Tue, 26 Sep 2006 18:40:04 +0000 Subject: [PATCH] Monotone-Parent: 220bafa2a61c757a52c28a93244902de0f60d4fa Monotone-Revision: ea798774d37b8012a5a8b31642a0eca4f0769917 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-09-26T18:40:04 Monotone-Branch: ca.inverse.sogo --- ChangeLog | 3 +++ UI/Common/UIxPageFrame.m | 5 +++++ 2 files changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index c674aa6be..67ef23f81 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2006-09-26 Wolfgang Sourdeau + * UI/Common/UIxPageFrame.m ([UIxPageFrame -doctype]): new method + that returns an unparsed doctype definition for the pages. + * SoObjects/Contacts/SOGoContactLDAPEntry.m ([SOGoContactLDAPEntry -vCard]): set the card's fn to attribute "displayName" if found before "cn". diff --git a/UI/Common/UIxPageFrame.m b/UI/Common/UIxPageFrame.m index 43218867c..5f433baba 100644 --- a/UI/Common/UIxPageFrame.m +++ b/UI/Common/UIxPageFrame.m @@ -59,6 +59,11 @@ return [[self clientObject] ownerInContext:[self context]]; } +- (NSString *) doctype +{ + return @""; +} + /* Help URL/target */ - (NSString *)helpURL