Always support thumbs; start thumb-mode with single -t

This commit is contained in:
Bert
2011-02-21 14:59:29 +01:00
parent 72e8baf13e
commit f2b8a75f6c
4 changed files with 66 additions and 64 deletions

View File

@@ -87,8 +87,7 @@ void parse_options(int argc, char **argv) {
_options.scalemode = SCALE_FIT;
break;
case 't':
if (_options.thumbnails < 2)
++_options.thumbnails;
_options.thumbnails = 1;
break;
case 'v':
print_version();