summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/filetree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/filetree.c b/apps/filetree.c
index aea81a71d4..90b234a605 100644
--- a/apps/filetree.c
+++ b/apps/filetree.c
@@ -307,7 +307,7 @@ int ft_load(struct tree_context* c, const char* tempdir)
307 307
308 /* If thumbnail talking is enabled, make an extra run to mark files with 308 /* If thumbnail talking is enabled, make an extra run to mark files with
309 associated thumbnails, so we don't do unsuccessful spinups later. */ 309 associated thumbnails, so we don't do unsuccessful spinups later. */
310 if (global_settings.talk_file == 3) 310 if (global_settings.talk_file_clip)
311 check_file_thumbnails(c); /* map .talk to ours */ 311 check_file_thumbnails(c); /* map .talk to ours */
312 312
313 return 0; 313 return 0;