From 0237e7eef2322a2b34d7a66130023c03bc8a217e Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 28 Mar 2013 02:29:10 +0000 Subject: fix for loosing recent-files when running 'Copy Previous Settings'. --- source/blender/windowmanager/wm_files.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/windowmanager/wm_files.h') diff --git a/source/blender/windowmanager/wm_files.h b/source/blender/windowmanager/wm_files.h index fe007e7f52f..9fda6801925 100644 --- a/source/blender/windowmanager/wm_files.h +++ b/source/blender/windowmanager/wm_files.h @@ -33,6 +33,7 @@ void wm_read_history(void); int wm_file_write(struct bContext *C, const char *target, int fileflags, struct ReportList *reports); +int wm_history_read_exec(bContext *C, wmOperator *op); int wm_homefile_read_exec(struct bContext *C, struct wmOperator *op); int wm_homefile_read(struct bContext *C, struct ReportList *reports, short from_memory); int wm_homefile_write_exec(struct bContext *C, struct wmOperator *op); -- cgit v1.2.3