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:
parent
ca5ee3cc72
commit
a1f0a83a01
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue