]> www.fi.muni.cz Git - evince.git/blobdiff - pdf/ev-poppler.cc
Setting saving behaviour fixes.
[evince.git] / pdf / ev-poppler.cc
index 417e1aedd9e73d357809feba833d682fc5ba06bf..4fb1d9a2e50c957bad2db783a8fde10a85d42c59 100644 (file)
@@ -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);