Use the prefPrefix to serialize our main composite calendar state. npotb.

This commit is contained in:
shaver%mozilla.org 2005-05-05 15:36:32 +00:00
Родитель 0f7ca3df4a
Коммит 4bc697d93c
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -148,6 +148,7 @@ function getCompositeCalendar()
activeCompositeCalendar =
ltnCreateInstance("@mozilla.org/calendar/calendar;1?type=composite",
"calICompositeCalendar");
activeCompositeCalendar.prefPrefix = "lightning-main";
activeCompositeCalendar.addObserver(ltnCompositeCalendarObserver, 0);
}