From afaa3768e655bb7cfc7f89fd5fdd08a69ac4f132 Mon Sep 17 00:00:00 2001 From: Peter Schlaile Date: Sun, 14 Jun 2009 20:52:43 +0000 Subject: == Sequencer == Fixes an irritating but harmless error message when using custom proxy files. --- source/blender/src/buttons_scene.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source/blender') diff --git a/source/blender/src/buttons_scene.c b/source/blender/src/buttons_scene.c index d0df532a824..dac093b6ba8 100644 --- a/source/blender/src/buttons_scene.c +++ b/source/blender/src/buttons_scene.c @@ -1266,7 +1266,8 @@ static void seq_panel_proxy() if (last_seq->type != SEQ_MOVIE && last_seq->type != SEQ_IMAGE - && !(last_seq->flag & SEQ_USE_PROXY_CUSTOM_DIR)) { + && !(last_seq->flag & SEQ_USE_PROXY_CUSTOM_DIR) + && !(last_seq->flag & SEQ_USE_PROXY_CUSTOM_FILE)) { yofs -= 20; uiDefBut(block, LABEL, 0, "Cannot proxy this strip without ", -- cgit v1.2.3