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:
authorTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2010-07-14 23:01:40 +0400
committerTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2010-07-14 23:01:40 +0400
commitf588c49cb55b5787085e2b5a65991efd31ce2dee (patch)
treef4ad4fd5b7a9b0c21c0c65fa357e68a3d8f97f31 /source/blender/editors/space_sequencer/sequencer_edit.c
parent8d131d519bf448bcccddb833c263bc36af22d6b5 (diff)
parentd4b04fac044b2fe0b6295f271a78c73d57ef0533 (diff)
Merged changes in the trunk up to revision 30335.
Diffstat (limited to 'source/blender/editors/space_sequencer/sequencer_edit.c')
-rw-r--r--source/blender/editors/space_sequencer/sequencer_edit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_sequencer/sequencer_edit.c b/source/blender/editors/space_sequencer/sequencer_edit.c
index 19b8e9d7a79..d3d2fd7e220 100644
--- a/source/blender/editors/space_sequencer/sequencer_edit.c
+++ b/source/blender/editors/space_sequencer/sequencer_edit.c
@@ -827,7 +827,7 @@ static Sequence *cut_seq_hard(Scene *scene, Sequence * seq, int cutframe)
}
reload_sequence_new_file(scene, seqn, FALSE);
- calc_sequence(scene, seq);
+ calc_sequence(scene, seqn);
}
return seqn;
}