Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2010-05-14 11:21:29 +0400
committerCampbell Barton <ideasman42@gmail.com>2010-05-14 11:21:29 +0400
commit02b8d3ca0f1763922140a76d8d41e38b089e37fb (patch)
tree7bcc2c86d2e98dc78619c2f93c65e1d0a2ac0558 /source/blender/editors/space_file/filelist.h
parent0524fc1df68f8dd56d1ba3fc10d7e5936449544b (diff)
Disable thumbnail generation when the thumbnail view is not enabled,
was slowing down browsing on NFS.
Diffstat (limited to 'source/blender/editors/space_file/filelist.h')
-rw-r--r--source/blender/editors/space_file/filelist.h2
1 files changed, 1 insertions, 1 deletions
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
}