From f41adce75b8541a762a00bc89a52d7a4abf9305c Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Tue, 19 Jun 2007 18:05:22 +0000 Subject: [PATCH] Monotone-Parent: a29dd0cca2af562e7316067d89f45e38ce0c6ca6 Monotone-Revision: 0c7a65a7ae59f5d0705e19995f38d41b3d5a91d9 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-06-19T18:05:22 Monotone-Branch: ca.inverse.sogo --- ChangeLog | 3 +++ UI/Common/UIxPageFrame.m | 5 +++++ 2 files changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index 6511a4379..5373b6cfe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2007-06-19 Wolfgang Sourdeau + * UI/Common/UIxPageFrame.m ([UIxPageFrame + -relativePreferencesPath]): new method. + * UI/Scheduler/UIxComponentEditor.m ([-titleDateFormatter]): removed useless method. diff --git a/UI/Common/UIxPageFrame.m b/UI/Common/UIxPageFrame.m index e01a23f3e..77209b058 100644 --- a/UI/Common/UIxPageFrame.m +++ b/UI/Common/UIxPageFrame.m @@ -131,6 +131,11 @@ return [self relativePathToUserFolderSubPath: @"Mail/"]; } +- (NSString *) relativePreferencesPath +{ + return [self relativePathToUserFolderSubPath: @"preferences"]; +} + - (NSString *) logoffPath { return [self relativePathToUserFolderSubPath: @"logoff"];