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

This commit is contained in:
asqueella%gmail.com 2007-08-25 22:05:28 +00:00
Родитель 7e49a05a50
Коммит 9950c4e1a4
1 изменённых файлов: 1 добавлений и 1 удалений

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

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