--- evince-thumbnailer.c.old	2005-09-16 19:34:16.000000000 -0400
+++ evince-thumbnailer.c	2005-09-16 21:32:10.000000000 -0400
@@ -91,6 +91,10 @@
 	if (pixbuf != NULL) {
 		const char *overlaid_icon_name = NULL;
 
+		if (strcmp (mime_type, "application/pdf") == 0) {
+			overlaid_icon_name = "pdf-icon.png";
+		}
+
 		if (overlaid_icon_name) {
 			GdkPixbuf *overlaid_pixbuf;
 
@@ -111,7 +115,7 @@
 						      gdk_pixbuf_get_height (overlaid_pixbuf),
 						      delta_width, delta_height,
 						      1, 1,
-						      GDK_INTERP_NEAREST, 100);
+						      GDK_INTERP_NEAREST, 255);
 				
 				gdk_pixbuf_unref  (overlaid_pixbuf);
 			}
