mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-06 15:46:23 +00:00
Monotone-Parent: 181cfcbcae699933e92b20839d62aaa10870077f
Monotone-Revision: c0151034b0d2d524c781ad3135709a8b9ff7a3c8 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-10-03T22:58:00 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
2006-10-03 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* UI/Scheduler/UIxCalView.m ([UIxCalView -dayStartHour]): returns 0.
|
||||
([UIxCalView -dayEndHour]): returns 24.
|
||||
|
||||
* UI/Contacts/UIxContactFoldersView.m ([UIxContactFoldersView -defaultAction])
|
||||
([UIxContactFoldersView -newAction]): invoke
|
||||
_selectActionForApplication: on self with the proper attribute too.
|
||||
|
||||
@@ -375,12 +375,12 @@ static BOOL shouldDisplayWeekend = NO;
|
||||
|
||||
- (unsigned) dayStartHour
|
||||
{
|
||||
return 8;
|
||||
return 0;
|
||||
}
|
||||
|
||||
- (unsigned) dayEndHour
|
||||
{
|
||||
return 18;
|
||||
return 24;
|
||||
}
|
||||
|
||||
- (BOOL) shouldDisplayWeekend
|
||||
|
||||
Reference in New Issue
Block a user