Add nsIObserver to the ShowPageSetup method for platforms that impl an Apply btn

Bug 149317 r=dcone sr=kin
This commit is contained in:
rods%netscape.com 2002-06-06 13:27:30 +00:00
Родитель d3c483ad2d
Коммит 9d0f06bfa1
1 изменённых файлов: 1 добавлений и 1 удалений

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

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