зеркало из https://github.com/mozilla/pjs.git
fix the problem with the patch for 367829 pointed out by biesi
This commit is contained in:
Родитель
7e49a05a50
Коммит
9950c4e1a4
|
@ -414,7 +414,7 @@ NS_IMETHODIMP nsDeviceContextSpecGTK::GetSurfaceForPrinter(gfxASurface **aSurfac
|
||||||
|
|
||||||
nsresult rv = NS_ERROR_FAILURE;
|
nsresult rv = NS_ERROR_FAILURE;
|
||||||
#ifndef MOZ_ENABLE_POSTSCRIPT
|
#ifndef MOZ_ENABLE_POSTSCRIPT
|
||||||
nsPrintJobFactoryGTK::CreatePrintJob(this, mPrintJob);
|
rv = nsPrintJobFactoryGTK::CreatePrintJob(this, mPrintJob);
|
||||||
#endif
|
#endif
|
||||||
if (NS_FAILED(rv))
|
if (NS_FAILED(rv))
|
||||||
return rv;
|
return rv;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче