making a few adjustments to the APIs before the freeze
Bug 143248 r=conrad sr=attinasi git-svn-id: svn://10.0.0.236/trunk@121197 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -1014,7 +1014,7 @@ void CBrowserView::OnFilePrintPreview()
|
||||
nsCOMPtr<nsIWebBrowserPrint> print(do_GetInterface(mWebBrowser));
|
||||
if(print)
|
||||
{
|
||||
print->PrintPreview(m_PrintSettings);
|
||||
print->PrintPreview(m_PrintSettings, nsnull);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user