mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-11 10:08:41 +00:00
fixes bug 338491 "nsresult != PRBool" r=bienvenu
This commit is contained in:
parent
e2dc03a72c
commit
3dd7b7c0d5
@ -768,7 +768,7 @@ PRBool
|
||||
nsMsgPrintEngine::FirePrintEvent()
|
||||
{
|
||||
nsCOMPtr<nsIRunnable> event = new nsPrintMsgWindowEvent(this);
|
||||
return NS_DispatchToCurrentThread(event);
|
||||
return NS_SUCCEEDED(NS_DispatchToCurrentThread(event));
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user