зеркало из https://github.com/mozilla/pjs.git
Fix for crashing when cancelling print requests - Bug #54417
This commit is contained in:
Родитель
3d7f4e7e66
Коммит
714bec9782
|
@ -238,6 +238,9 @@ nsMsgPrintEngine::SetPrintURICount(PRInt32 aCount)
|
|||
NS_IMETHODIMP
|
||||
nsMsgPrintEngine::StartPrintOperation()
|
||||
{
|
||||
// Load the about:blank on the tail end...
|
||||
nsresult rv = AddPrintURI((const PRUnichar*)NS_LITERAL_STRING("about:blank").get());
|
||||
if (NS_FAILED(rv)) return rv;
|
||||
return StartNextPrintOperation();
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче