186081 patch by pratik psolanki@netscape.net r=smontagu sr=roc+moz printing doesn't work after print previewing a mail

This commit is contained in:
cbiesinger%web.de 2002-12-23 22:04:16 +00:00
parent f8c4297a73
commit d13c53e98d

View File

@ -73,6 +73,8 @@ function showPrintPreviewToolbar()
function BrowserExitPrintPreview()
{
var webBrowserPrint = printEngine.webBrowserPrint;
webBrowserPrint.exitPrintPreview();
window.close();
}