зеркало из https://github.com/mozilla/gecko-dev.git
Add the new pluggable dialog work, in build, not used
BUg 135441 r=dcone,pink sr=attinasi
This commit is contained in:
Родитель
52ee2df50b
Коммит
c19ef82a9c
|
@ -6650,8 +6650,9 @@ DocumentViewerImpl::DoPrintProgress(PRBool aIsForPrinting)
|
|||
nsCOMPtr<nsIDOMWindow> active;
|
||||
wwatch->GetActiveWindow(getter_AddRefs(active));
|
||||
|
||||
PRBool notifyOnOpen;
|
||||
nsCOMPtr<nsIDOMWindowInternal> parent(do_QueryInterface(active));
|
||||
mPrt->mPrintProgress->OpenProgressDialog(parent, "chrome://global/content/printProgress.xul", mPrt->mPrintProgressParams);
|
||||
mPrt->mPrintProgress->OpenProgressDialog(parent, "chrome://global/content/printProgress.xul", mPrt->mPrintProgressParams, nsnull, ¬ifyOnOpen);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -6650,8 +6650,9 @@ DocumentViewerImpl::DoPrintProgress(PRBool aIsForPrinting)
|
|||
nsCOMPtr<nsIDOMWindow> active;
|
||||
wwatch->GetActiveWindow(getter_AddRefs(active));
|
||||
|
||||
PRBool notifyOnOpen;
|
||||
nsCOMPtr<nsIDOMWindowInternal> parent(do_QueryInterface(active));
|
||||
mPrt->mPrintProgress->OpenProgressDialog(parent, "chrome://global/content/printProgress.xul", mPrt->mPrintProgressParams);
|
||||
mPrt->mPrintProgress->OpenProgressDialog(parent, "chrome://global/content/printProgress.xul", mPrt->mPrintProgressParams, nsnull, ¬ifyOnOpen);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче