mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-31 21:21:08 +00:00
Bug 321563 Day and week views don't show events before the current time. patch by ssitter@googlemail.com r=jminta
This commit is contained in:
parent
895ffffbea
commit
f3310774f5
@ -1823,9 +1823,13 @@
|
||||
<body><![CDATA[
|
||||
//dump ("setDateRange\n");
|
||||
this.mDateList = null;
|
||||
|
||||
this.mStartDate = aStartDate.clone();
|
||||
this.mStartDate.isDate = true;
|
||||
this.mStartDate.makeImmutable();
|
||||
|
||||
this.mEndDate = aEndDate.clone();
|
||||
this.mEndDate.isDate = true;
|
||||
this.mEndDate.makeImmutable();
|
||||
|
||||
// this function needs to be smarter, and needs to compare
|
||||
|
Loading…
Reference in New Issue
Block a user