Fix bug 474638 - Snooze or dismiss of alarms doesn't work (regression). r=philipp

This commit is contained in:
Stefan Sitter 2009-01-21 20:48:01 +01:00
Родитель 3bd6b0bc9b
Коммит f15e52bfcb
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -38,7 +38,7 @@
function peekAlarmWindow() {
var windowMediator = Components.classes["@mozilla.org/appshell/window-mediator;1"]
.getService(Components.interfaces.nsIWindowMediator);
return windowMediator.getMostRecentWindow("calendarAlarmWindow");
return windowMediator.getMostRecentWindow("Calendar:AlarmWindow");
}
function calAlarmServiceObserver() {