Monotone-Parent: a29dd0cca2af562e7316067d89f45e38ce0c6ca6

Monotone-Revision: 0c7a65a7ae59f5d0705e19995f38d41b3d5a91d9

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-06-19T18:05:22
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2007-06-19 18:05:22 +00:00
parent 7e73f387a1
commit f41adce75b
2 changed files with 8 additions and 0 deletions
+3
View File
@@ -1,5 +1,8 @@
2007-06-19 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* UI/Common/UIxPageFrame.m ([UIxPageFrame
-relativePreferencesPath]): new method.
* UI/Scheduler/UIxComponentEditor.m ([-titleDateFormatter]):
removed useless method.
+5
View File
@@ -131,6 +131,11 @@
return [self relativePathToUserFolderSubPath: @"Mail/"];
}
- (NSString *) relativePreferencesPath
{
return [self relativePathToUserFolderSubPath: @"preferences"];
}
- (NSString *) logoffPath
{
return [self relativePathToUserFolderSubPath: @"logoff"];