Bug 335501 Make sure we use the correct views when the minimonth is clicked. r=dmose

git-svn-id: svn://10.0.0.236/trunk@199427 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jminta%gmail.com
2006-06-07 17:25:25 +00:00
parent 76bebc65c0
commit e90695780f

View File

@@ -76,6 +76,7 @@ function ltnMinimonthPick(minimonth)
// the first time they are shown.
if (!view.displayCalendar) {
showCalendarView('month');
view = currentView();
cdt.timezone = view.timezone;
view.goToDay(cdt);
return;