From 02b8d3ca0f1763922140a76d8d41e38b089e37fb Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 14 May 2010 07:21:29 +0000 Subject: Disable thumbnail generation when the thumbnail view is not enabled, was slowing down browsing on NFS. --- source/blender/editors/space_file/filelist.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/space_file/filelist.h') diff --git a/source/blender/editors/space_file/filelist.h b/source/blender/editors/space_file/filelist.h index e75a3143817..6d6854e4433 100644 --- a/source/blender/editors/space_file/filelist.h +++ b/source/blender/editors/space_file/filelist.h @@ -85,7 +85,7 @@ void folderlist_pushdir(struct ListBase* folderlist, const char *dir); int folderlist_clear_next(struct SpaceFile* sfile); void thumbnails_stop(struct FileList* filelist, const struct bContext* C); -void thumbnails_start(struct FileList* filelist, const struct bContext* C); +void thumbnails_start(struct FileList* filelist, FileSelectParams *params, const struct bContext* C); #ifdef __cplusplus } -- cgit v1.2.3