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.
svn path=/trunk/; revision=3499
+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.
+
2009-02-27 Carlos Garcia Campos <carlosgc@gnome.org>
* thumbnailer/evince-thumbnailer.c: (print_usage), (main):
2009-02-27 Carlos Garcia Campos <carlosgc@gnome.org>
* thumbnailer/evince-thumbnailer.c: (print_usage), (main):
g_option_context_free (context);
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");