Wed Mar 23 23:49:41 2005 Jonathan Blandford <jrb@redhat.com>
* pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
1 to the page, as this seems to be 1 based. I thought we has this
fixed. grump.
+Wed Mar 23 23:49:41 2005 Jonathan Blandford <jrb@redhat.com>
+
+ * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
+ 1 to the page, as this seems to be 1 based. I thought we has this
+ fixed. grump.
+
2005-03-23 Marco Pesenti Gritti <marco@gnome.org>
* TODO:
Thumb *thumb = NULL;
gboolean have_ethumbs = FALSE;
+ /* Add 1 to page. !@#!!~!#!@#! */
+ page ++;
+
the_page = pdf_document->doc->getCatalog ()->getPage (page);
the_page->getThumb(&the_thumb);