]> www.fi.muni.cz Git - evince.git/blobdiff - thumbnailer/evince-thumbnailer.c
Reduce the restriction on the minimum size of thumbnails from 40 to 1. See
[evince.git] / thumbnailer / evince-thumbnailer.c
index da0f5d45ed0ae9bfc6bf844922d00e2a3915e3ea..9cc572f368ce242ab222783281ef010723301460 100644 (file)
@@ -180,8 +180,8 @@ main (int argc, char *argv[])
        
        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;
        }