From 5828087a754699a1f5a5e0234f706fd6e53e2648 Mon Sep 17 00:00:00 2001 From: Fernando Herrera Date: Thu, 03 Mar 2005 11:27:02 +0000 Subject: take thumbnails from page "0" instead of "1". Added a copyright header. 2005-03-03 Fernando Herrera * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get): take thumbnails from page "0" instead of "1". Added a copyright header. --- (limited to 'thumbnailer') diff --git a/thumbnailer/evince-thumbnailer.c b/thumbnailer/evince-thumbnailer.c index 505f5f3..06fdec1 100644 --- a/thumbnailer/evince-thumbnailer.c +++ b/thumbnailer/evince-thumbnailer.c @@ -1,3 +1,21 @@ +/* + Copyright (C) 2005 Fernando Herrera + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +*/ + #include #include @@ -10,6 +28,8 @@ #include +#define THUMBNAIL_SIZE 100 + static gboolean evince_thumbnail_pngenc_get (const char *uri, const char *thumbnail) { @@ -37,7 +57,7 @@ evince_thumbnail_pngenc_get (const char *uri, const char *thumbnail) } pixbuf = ev_document_thumbnails_get_thumbnail - (EV_DOCUMENT_THUMBNAILS (document), 1, 100); + (EV_DOCUMENT_THUMBNAILS (document), 0, THUMBNAIL_SIZE); if (pixbuf != NULL) { GdkPixbuf *pdflogo; -- cgit v0.9.1