mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-21 03:15:25 +00:00
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:
@@ -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.
|
||||
|
||||
|
||||
@@ -131,6 +131,11 @@
|
||||
return [self relativePathToUserFolderSubPath: @"Mail/"];
|
||||
}
|
||||
|
||||
- (NSString *) relativePreferencesPath
|
||||
{
|
||||
return [self relativePathToUserFolderSubPath: @"preferences"];
|
||||
}
|
||||
|
||||
- (NSString *) logoffPath
|
||||
{
|
||||
return [self relativePathToUserFolderSubPath: @"logoff"];
|
||||
|
||||
Reference in New Issue
Block a user