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>2007-11-10 12:11:42 +0300
committerAndrea Weikert <elubie@gmx.net>2007-11-10 12:11:42 +0300
commitf9e35056af9940026a670fad351a3f7e02448a04 (patch)
treea907f1d70e0e899051c485e31845bf5a4f1eff04 /source/blender/include
parent234bb419067d138626e89ffb159080f427425a0e (diff)
== imagebrowser ==
* bugfix: calling imagebrowser with relative path results in non-existing dir * cleanup: removed unneeded BIF_filelist_appenddir function * added check for valid relative base when activating imagebrowser (like in filebrowser)
Diffstat (limited to 'source/blender/include')
-rw-r--r--source/blender/include/BIF_filelist.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/include/BIF_filelist.h b/source/blender/include/BIF_filelist.h
index b81be38da01..730a41c22e9 100644
--- a/source/blender/include/BIF_filelist.h
+++ b/source/blender/include/BIF_filelist.h
@@ -52,7 +52,6 @@ void BIF_filelist_sort(struct FileList* filelist, short sort);
int BIF_filelist_numfiles(struct FileList* filelist);
const char * BIF_filelist_dir(struct FileList* filelist);
void BIF_filelist_setdir(struct FileList* filelist, const char *dir);
-void BIF_filelist_appenddir(struct FileList* filelist, const char *relname);
struct direntry * BIF_filelist_file(struct FileList* filelist, int index);
void BIF_filelist_hidedot(struct FileList* filelist, short hide);
void BIF_filelist_setfilter(struct FileList* filelist, unsigned int filter);