diff options
Diffstat (limited to 'mailnews/compose/src/nsMsgSendLater.cpp')
-rw-r--r-- | mailnews/compose/src/nsMsgSendLater.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mailnews/compose/src/nsMsgSendLater.cpp b/mailnews/compose/src/nsMsgSendLater.cpp index 97206f12b0..66c90fc0ba 100644 --- a/mailnews/compose/src/nsMsgSendLater.cpp +++ b/mailnews/compose/src/nsMsgSendLater.cpp @@ -154,7 +154,7 @@ nsMsgSendLater::Observe(nsISupports *aSubject, const char* aTopic, mTimerSet = false; } - else if (!strcmp(aTopic, "xpcom-shutdown")) + else if (!strcmp(aTopic, NS_XPCOM_SHUTDOWN_OBSERVER_ID)) { // We're shutting down. Unsubscribe from the unsentFolder notifications // they aren't any use to us now, we don't want to start sending more |