diff options
author | Daniel Friesel <derf@finalrewind.org> | 2018-11-04 21:55:03 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2018-11-04 21:55:03 +0100 |
commit | 55cb64b21cc5d7c20f032683bd2b6d0d453ac9dc (patch) | |
tree | e9e8b524a3273f1a1446f1e2a03456eaed186e62 /src/filelist.c | |
parent | ebb130d978df17b42935fed570294df45622dea2 (diff) | |
parent | fb1cfca824b9229e110386e35112a0ad8f552553 (diff) |
Merge branch 'remove-collage-mode' of https://github.com/Ferada/feh into Ferada-remove-collage-mode
Diffstat (limited to 'src/filelist.c')
-rw-r--r-- | src/filelist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/filelist.c b/src/filelist.c index fc9fa35..3f3c96d 100644 --- a/src/filelist.c +++ b/src/filelist.c @@ -491,7 +491,7 @@ void feh_prepare_filelist(void) * we can create a properly sized thumbnail list. */ if (opt.list || opt.preload || opt.customlist || (opt.sort > SORT_MTIME) - || (opt.filter_by_dimensions && (opt.index || opt.collage || opt.thumbs || opt.bgmode))) { + || (opt.filter_by_dimensions && (opt.index || opt.thumbs || opt.bgmode))) { /* For these sort options, we have to preload images */ filelist = feh_file_info_preload(filelist); if (!gib_list_length(filelist)) |