for real this time. still bug 289803 and still npotb

This commit is contained in:
mvl%exedo.nl 2005-04-10 19:56:03 +00:00
Родитель 6fc69c3276
Коммит 94d8d0d8fe
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -427,7 +427,7 @@ function loadCalendarEventDialog()
// compare cal.uri because there may be multiple instances of
// calICalendar or uri for the same spec, and those instances are
// not ==.
if (eventCalendar && event.parent.uri.equals(calendars[i].uri))
if (eventCalendar && eventCalendar.uri.equals(calendars[i].uri))
calendarField.selectedIndex = i;
}