From b636418bd9276253bf4d7e55bb27a1d5808039c1 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 12 Apr 2011 14:57:02 +0000 Subject: ignore the local blender folder when displaying the copy old settings button. --- source/blender/windowmanager/intern/wm_operators.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source') diff --git a/source/blender/windowmanager/intern/wm_operators.c b/source/blender/windowmanager/intern/wm_operators.c index dacfba48ee9..d4e5be61b23 100644 --- a/source/blender/windowmanager/intern/wm_operators.c +++ b/source/blender/windowmanager/intern/wm_operators.c @@ -1114,10 +1114,12 @@ static int wm_resource_check_prev(void) // if(res) printf("USER: %s\n", res); +#if 0 /* ignore the local folder */ if(res == NULL) { /* with a local dir, copying old files isnt useful since local dir get priority for config */ res= BLI_get_folder_version(BLENDER_RESOURCE_PATH_LOCAL, BLENDER_VERSION, TRUE); } +#endif // if(res) printf("LOCAL: %s\n", res); if(res) { -- cgit v1.2.3