X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=pdf%2Fev-poppler.cc;h=4fb1d9a2e50c957bad2db783a8fde10a85d42c59;hb=390411ba724fcd8cabce6d1860da454247af2321;hp=417e1aedd9e73d357809feba833d682fc5ba06bf;hpb=fef2ee9eb19800b5a2bb4e7e0c97d90e84edd9af;p=evince.git diff --git a/pdf/ev-poppler.cc b/pdf/ev-poppler.cc index 417e1aed..4fb1d9a2 100644 --- a/pdf/ev-poppler.cc +++ b/pdf/ev-poppler.cc @@ -910,7 +910,7 @@ make_thumbnail_for_size (PdfDocument *pdf_document, height = temp; } - pixbuf = gdk_pixbuf_new (GDK_COLORSPACE_RGB, TRUE, 8, + pixbuf = gdk_pixbuf_new (GDK_COLORSPACE_RGB, FALSE, 8, width, height); gdk_pixbuf_fill (pixbuf, 0xffffffff);