Bug 797268 - The relayout of the month view is being executed twice. r=philipp

This commit is contained in:
Decathlon 2013-01-02 00:43:47 +01:00
Родитель 190f70f2a7
Коммит fb60072bc9
1 изменённых файлов: 0 добавлений и 2 удалений

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

@ -222,9 +222,7 @@
this.displayDaysOff = !this.mWorkdaysOnly;
aDate = aDate.getInTimezone(this.timezone);
this.setDateRange(aDate.startOfMonth, aDate.endOfMonth);
this.showDate(aDate);
this.selectedDay = aDate;
]]></body>
</method>
<method name="getRangeDescription">