Seamonkey bustage fix...
git-svn-id: svn://10.0.0.236/trunk@236488 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
853bffc246
commit
c33c31e43e
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user