Seamonkey bustage fix...

git-svn-id: svn://10.0.0.236/trunk@236488 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
sdwilsh%shawnwilsher.com 2007-09-22 03:12:28 +00:00
parent 853bffc246
commit c33c31e43e

View File

@ -484,7 +484,8 @@ nsresult nsMessengerWinIntegration::ShowAlertMessage(const nsAString& aAlertTitl
{
rv = alertsService->ShowAlertNotification(NS_LITERAL_STRING(NEW_MAIL_ALERT_ICON), aAlertTitle,
aAlertText, PR_TRUE,
NS_ConvertASCIItoUTF16(aFolderURI), this);
NS_ConvertASCIItoUTF16(aFolderURI), this,
EmptyString());
mAlertInProgress = PR_TRUE;
}
}