bug 335169: turn of grid re-use, because of al lthe regressions. r=jminta

This commit is contained in:
mvl%exedo.nl 2006-04-24 16:59:16 +00:00
Родитель 404ca0990b
Коммит 1a526db3d5
1 изменённых файлов: 5 добавлений и 0 удалений

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

@ -841,6 +841,11 @@
newDuration.normalize();
newDuration.addDuration(oldDuration);
/* Reuse is disabled. bug 335169 */
this.createDayGrid();
return;
if ((newDuration.days + newDuration.weeks*7) == 0) {
// OK, our grid is perfect, so just reuse it exactly.
this.reuseExistingGrid();