X-Git-Url: http://geeqie.org/cgi-bin/gitweb.cgi?p=geeqie.git;a=blobdiff_plain;f=src%2Fview_file_list.c;h=b0bd169ef5f7c1a0edd7bcba97f31c1478e66df4;hp=12de15d93aa6c73a5a6cd1b5ac13580bdf9dcfed;hb=e436ea53511e1dadab981af18b237fee83fde39b;hpb=2dfa5f58107ba16e171e2e65524859a42b057742 diff --git a/src/view_file_list.c b/src/view_file_list.c index 12de15d9..b0bd169e 100644 --- a/src/view_file_list.c +++ b/src/view_file_list.c @@ -1160,7 +1160,7 @@ gint vflist_index_by_fd(ViewFile *vf, FileData *fd) while (work2) { /* FIXME: return the same index also for sidecars - it is sufficient for next/prev navigation but it should be rewritten + it is sufficient for next/prev navigation but it should be rewritten without using indexes at all */ FileData *sidecar_fd = work2->data; @@ -1971,7 +1971,7 @@ void vflist_thumb_set(ViewFile *vf, gboolean enable) - no need to re-read the directory - force update because the formatted string has changed */ - if (vf->layout) + if (vf->layout) { vflist_populate_view(vf, TRUE); gtk_tree_view_columns_autosize(GTK_TREE_VIEW(vf->listview));