Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-sidebar-thumbnails.c
diff options
context:
space:
mode:
authorJonathan Blandford <jrb@redhat.com>2005-01-05 02:42:04 (GMT)
committer Jonathan Blandford <jrb@src.gnome.org>2005-01-05 02:42:04 (GMT)
commite48cf2858b65aa026771a48d2b315cbc663d8234 (patch)
tree390d0b8699f36874eaa7c8a77e3917632864eac0 /shell/ev-sidebar-thumbnails.c
parenta88a1cde73b054120966e67bc0ad361457c5b4d2 (diff)
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 <jrb@redhat.com> * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files. It's slow, but I'll speed it up next!
Diffstat (limited to 'shell/ev-sidebar-thumbnails.c')
-rw-r--r--shell/ev-sidebar-thumbnails.c4
1 files changed, 2 insertions, 2 deletions
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