fix the problem with the patch for 367829 pointed out by biesi

This commit is contained in:
asqueella@gmail.com 2007-08-25 15:05:28 -07:00
parent c2a0f8ebc6
commit 97847f5550

View File

@ -414,7 +414,7 @@ NS_IMETHODIMP nsDeviceContextSpecGTK::GetSurfaceForPrinter(gfxASurface **aSurfac
nsresult rv = NS_ERROR_FAILURE;
#ifndef MOZ_ENABLE_POSTSCRIPT
nsPrintJobFactoryGTK::CreatePrintJob(this, mPrintJob);
rv = nsPrintJobFactoryGTK::CreatePrintJob(this, mPrintJob);
#endif
if (NS_FAILED(rv))
return rv;