Add the new pluggable dialog work, in build, not used

BUg 135441 r=dcone,pink sr=attinasi
This commit is contained in:
rods%netscape.com 2002-05-02 14:10:12 +00:00
Родитель 52ee2df50b
Коммит c19ef82a9c
2 изменённых файлов: 4 добавлений и 2 удалений

Просмотреть файл

@ -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, &notifyOnOpen);
}
}
}

Просмотреть файл

@ -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, &notifyOnOpen);
}
}
}