evince r3499 - in trunk: . thumbnailer
- From: carlosgc svn gnome org
- To: svn-commits-list gnome org
- Subject: evince r3499 - in trunk: . thumbnailer
- Date: Fri, 27 Feb 2009 12:33:24 +0000 (UTC)
Author: carlosgc
Date: Fri Feb 27 12:33:24 2009
New Revision: 3499
URL: http://svn.gnome.org/viewvc/evince?rev=3499&view=rev
Log:
2009-02-27 Christian Spurk <mail code chriki de>
* thumbnailer/evince-thumbnailer.c: (main):
Reduce the restriction on the minimum size of thumbnails from 40
to 1. See bug #323198.
Modified:
trunk/ChangeLog
trunk/thumbnailer/evince-thumbnailer.c
Modified: trunk/thumbnailer/evince-thumbnailer.c
==============================================================================
--- trunk/thumbnailer/evince-thumbnailer.c (original)
+++ trunk/thumbnailer/evince-thumbnailer.c Fri Feb 27 12:33:24 2009
@@ -180,8 +180,8 @@
g_option_context_free (context);
- if (size < 40) {
- g_print ("Size cannot be smaller than 40 pixels\n");
+ if (size < 1) {
+ g_print ("Size cannot be smaller than 1 pixel\n");
return -1;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]