summaryrefslogtreecommitdiff
path: root/src/interface.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/interface.c')
-rw-r--r--src/interface.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interface.c b/src/interface.c
index 996dc23..9428dc2 100644
--- a/src/interface.c
+++ b/src/interface.c
@@ -3639,7 +3639,7 @@ int search_ui(pixel *vid_buf)
strappend(id_d_temp, "_");
strappend(id_d_temp, search_dates[pos]);
//img_id[i] = mystrdup(id_d_temp);
- if (!strcmp(id_d_temp, img_id[i])) {
+ if (!strcmp(id_d_temp, img_id[i]) && !search_thumbs[pos]) {
break;
}
free(id_d_temp);