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:
authorJoerg Mueller <nexyon@gmail.com>2009-08-29 02:04:37 +0400
committerJoerg Mueller <nexyon@gmail.com>2009-08-29 02:04:37 +0400
commitbeee5161a9a48eb1610dcad6d9c136b907b2d8ee (patch)
tree11e2801ef8dbe00e1a5ff29979a8dec8006a719c /source/blender/editors/sound/sound_ops.c
parent17fc83e537f8bfca643d555b8f5e2d14afebd93d (diff)
UI for sound (un)packing.
Diffstat (limited to 'source/blender/editors/sound/sound_ops.c')
-rw-r--r--source/blender/editors/sound/sound_ops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/sound/sound_ops.c b/source/blender/editors/sound/sound_ops.c
index d8a84611298..75204207284 100644
--- a/source/blender/editors/sound/sound_ops.c
+++ b/source/blender/editors/sound/sound_ops.c
@@ -118,7 +118,7 @@ static int sound_poll(bContext *C)
{
Editing* ed = CTX_data_scene(C)->ed;
- if(!ed || !ed->act_seq || ed->act_seq->type != SEQ_SOUND || !ed->act_seq->sound)
+ if(!ed || !ed->act_seq || ed->act_seq->type != SEQ_SOUND)
return 0;
return 1;