From e48cf2858b65aa026771a48d2b315cbc663d8234 Mon Sep 17 00:00:00 2001 From: Jonathan Blandford Date: Wed, 05 Jan 2005 02:42:04 +0000 Subject: Do real thumbnailing of PDF files. It's slow, but I'll speed it up next! Tue Jan 4 21:25:05 2005 Jonathan Blandford * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files. It's slow, but I'll speed it up next! --- (limited to 'shell/ev-sidebar-thumbnails.c') diff --git a/shell/ev-sidebar-thumbnails.c b/shell/ev-sidebar-thumbnails.c index 8bd7879..a80f24e 100644 --- a/shell/ev-sidebar-thumbnails.c +++ b/shell/ev-sidebar-thumbnails.c @@ -143,9 +143,9 @@ do_one_iteration (EvSidebarThumbnails *ev_sidebar_thumbnails) GtkTreeIter iter; tmp = ev_document_thumbnails_get_thumbnail (EV_DOCUMENT_THUMBNAILS (priv->document), - priv->current_page, THUMBNAIL_WIDTH); + priv->current_page, THUMBNAIL_WIDTH); -#if 1 +#if 0 /* Don't add the shadow for now, as it's really slow */ pixbuf = g_object_ref (tmp); #else -- cgit v0.9.1