Fix bug 474638 - Snooze or dismiss of alarms doesn't work (regression). r=philipp
This commit is contained in:
Родитель
3bd6b0bc9b
Коммит
f15e52bfcb
|
@ -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() {
|
||||
|
|
Загрузка…
Ссылка в новой задаче