X-Git-Url: http://geeqie.org/cgi-bin/gitweb.cgi?p=geeqie.git;a=blobdiff_plain;f=src%2Fview_file.c;h=ebbdba11896336bb1b1ee297b9ce396866bd1d17;hp=f96aa128887445c943fd95f019b32486fdec59b5;hb=e436ea53511e1dadab981af18b237fee83fde39b;hpb=2dfa5f58107ba16e171e2e65524859a42b057742 diff --git a/src/view_file.c b/src/view_file.c index f96aa128..ebbdba11 100644 --- a/src/view_file.c +++ b/src/view_file.c @@ -811,7 +811,7 @@ static gdouble vf_thumb_progress(ViewFile *vf) } static void vf_set_thumb_fd(ViewFile *vf, FileData *fd) -{ +{ switch (vf->type) { case FILEVIEW_LIST: vflist_set_thumb_fd(vf, fd); break;