Forgot this one. We should maybe use enums more...

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13587 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Steve Bavin 2007-06-07 11:29:45 +00:00
parent ca5ee3cc72
commit a1f0a83a01

View file

@ -307,7 +307,7 @@ int ft_load(struct tree_context* c, const char* tempdir)
/* If thumbnail talking is enabled, make an extra run to mark files with
associated thumbnails, so we don't do unsuccessful spinups later. */
if (global_settings.talk_file == 3)
if (global_settings.talk_file_clip)
check_file_thumbnails(c); /* map .talk to ours */
return 0;