From 30a66f43c3053389138dca7ebef76fba52f91aee Mon Sep 17 00:00:00 2001 From: Mark Finkle Date: Fri, 24 Apr 2009 08:45:50 -0400 Subject: [PATCH] Bug 489795: Get AlertsService override working again, r=gavin --- mobile/components/alertsService.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mobile/components/alertsService.js b/mobile/components/alertsService.js index 20d3d5d9956..7acc3dc81bb 100644 --- a/mobile/components/alertsService.js +++ b/mobile/components/alertsService.js @@ -46,8 +46,8 @@ Components.utils.import("resource://gre/modules/XPCOMUtils.jsm"); function AlertsService() { } AlertsService.prototype = { - classDescription: "Alerts Service", - contractID: "@mozilla.org/alerts-service;1", + classDescription: "Mobile Alerts Service", + contractID: "@mozilla.org/system-alerts-service;1", classID: Components.ID("{fe33c107-82a4-41d6-8c64-5353267e04c9}"), QueryInterface: XPCOMUtils.generateQI([Ci.nsIAlertsService]),