mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-21 06:33:18 +00:00
Monotone-Parent: 56d4fc5e8a975c626a7d96d0b6909e1e238818ea
Monotone-Revision: ddbe9ba6f366f068053deeff94d16d49001eb7e1 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2008-07-28T21:22:43 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
2008-07-28 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* UI/Scheduler/UIxCalMonthView.m ([UIxCalMonthView
|
||||
-weeksToDisplay]): add one day to the computed delta, because
|
||||
there is always at least one week displayed.
|
||||
|
||||
* SoObjects/SOGo/SOGoUserFolder.m ([SOGoUserFolder
|
||||
-foldersOfType:typematchingUID:uid]): make searches only in user
|
||||
repositories and not in addressbooks.
|
||||
|
||||
@@ -102,7 +102,7 @@
|
||||
[selectedDate firstDayOfMonth]];
|
||||
lastDayOfMonth = [selectedDate lastDayOfMonth];
|
||||
firstToLast = ([lastDayOfMonth timeIntervalSinceDate: firstOfAllDays]
|
||||
/ 86400);
|
||||
/ 86400) + 1;
|
||||
weeks = firstToLast / 7;
|
||||
if ((firstToLast % 7))
|
||||
weeks++;
|
||||
|
||||
Reference in New Issue
Block a user