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:
authorAndrea Weikert <elubie@gmx.net>2009-01-07 01:48:58 +0300
committerAndrea Weikert <elubie@gmx.net>2009-01-07 01:48:58 +0300
commit4ef6bb555931d9794c05fa23b05c57372e8aae64 (patch)
tree868d568338b0dd2b5129c9d4ff7f19f19a41a7ed /source/blender/editors/include/ED_fileselect.h
parentcd6a9198d0244f3a661f91373e0bbcb23c250c3e (diff)
2.5 filebrowser
fixes for crashes that seem to have been introduced by changes in context handling. TODO: initialization for windowtype pupmenu if a previous SpaceFile was there.
Diffstat (limited to 'source/blender/editors/include/ED_fileselect.h')
-rw-r--r--source/blender/editors/include/ED_fileselect.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/include/ED_fileselect.h b/source/blender/editors/include/ED_fileselect.h
index 05307848088..c62990a69d9 100644
--- a/source/blender/editors/include/ED_fileselect.h
+++ b/source/blender/editors/include/ED_fileselect.h
@@ -55,7 +55,7 @@ typedef struct FileSelectParams {
FileSelectParams* ED_fileselect_get_params(const struct bContext *C);
-short ED_fileselect_set_params(const struct bContext *C, int type, const char *title, const char *path,
+short ED_fileselect_set_params(FileSelectParams *params, int type, const char *title, const char *path,
short flag, short display, short filter);
#endif /* ED_FILES_H */