зеркало из https://github.com/mozilla/pjs.git
Bug 305597 Compare calendar uri to make active calendar checkmarks work. r=mvl
This commit is contained in:
Родитель
dbbe1e4e4f
Коммит
91515dca10
|
@ -40,7 +40,7 @@ function getListItem(aCalendar) {
|
|||
for (item = calendarList.firstChild;
|
||||
item;
|
||||
item = item.nextSibling) {
|
||||
if (item.calendar == aCalendar ) {
|
||||
if (item.calendar && item.calendar.uri.equals(aCalendar.uri)) {
|
||||
return item;
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче