зеркало из https://github.com/mozilla/gecko-dev.git
Add nsIObserver to the ShowPageSetup method for platforms that impl an Apply btn
Bug 149317 r=dcone sr=kin
This commit is contained in:
Родитель
d3c483ad2d
Коммит
9d0f06bfa1
|
@ -164,7 +164,7 @@ void CPrintAttachment::DoPageSetup()
|
|||
do_GetService("@mozilla.org/embedcomp/printingprompt-service;1");
|
||||
ThrowIfNil_(printingPromptService);
|
||||
|
||||
nsresult rv = printingPromptService->ShowPageSetup(domWindow, settings);
|
||||
nsresult rv = printingPromptService->ShowPageSetup(domWindow, settings, nsnull);
|
||||
if (rv != NS_ERROR_ABORT)
|
||||
ThrowIfError_(rv);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче