Bug 339509 Day view doesn't always display the correct day, patch by thomas.benisch@sun.com, r=jminta

This commit is contained in:
jminta%gmail.com 2006-06-02 20:00:19 +00:00
Родитель 721f132217
Коммит fb7c533c49
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -148,6 +148,7 @@
var viewElement = document.getAnonymousElementByAttribute(this, "anonid", "view-element");
viewElement.tasksInView = this.mTasksInView;
aDate = aDate.getInTimezone(viewElement.timezone);
viewElement.setDateRange(aDate, aDate);
viewElement.selectedDay = aDate;