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:
jminta%gmail.com 2006-01-12 23:33:50 +00:00
parent 895ffffbea
commit f3310774f5

View File

@ -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