From fe20596f9c7a2418a149cdc5ad5c7802851d4b23 Mon Sep 17 00:00:00 2001 From: Andrea Weikert Date: Sun, 17 Jun 2012 14:16:26 +0000 Subject: == filebrowser == fixes: * Sequence editor not loading file typed in filebrowser file button (reported by Sergey on IRC) * filename button doesn't match exactly typed in filename notes: * file specified in the filename button now gets added to 'files' list, even if not selected * after matching filename (either by typing in exact match or using wildcards) the first match is assigned to the filename button. --- source/blender/editors/space_file/file_intern.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/space_file/file_intern.h') diff --git a/source/blender/editors/space_file/file_intern.h b/source/blender/editors/space_file/file_intern.h index d3598ffd4e7..df05d0518bd 100644 --- a/source/blender/editors/space_file/file_intern.h +++ b/source/blender/editors/space_file/file_intern.h @@ -103,7 +103,7 @@ float file_string_width(const char* str); float file_font_pointsize(void); void file_change_dir(bContext *C, int checkdir); -int file_select_match(struct SpaceFile *sfile, const char *pattern); +int file_select_match(struct SpaceFile *sfile, const char *pattern, char *matched_file); void autocomplete_directory(struct bContext *C, char *str, void *arg_v); void autocomplete_file(struct bContext *C, char *str, void *arg_v); -- cgit v1.2.3