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:
authorCampbell Barton <ideasman42@gmail.com>2011-10-06 09:10:09 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-10-06 09:10:09 +0400
commit1352803506e852c28e4f44b9b7fb9eeffae4389f (patch)
tree722536031d055f4f33bbb092ef5ea1e6a1ae15e1 /source/blender/editors/space_sequencer/sequencer_select.c
parent06e3cadd8f48348f80a39dc71f2e4e85af94d0cd (diff)
fix for error in own edits to recently applied select link sequencer patch.
Diffstat (limited to 'source/blender/editors/space_sequencer/sequencer_select.c')
-rw-r--r--source/blender/editors/space_sequencer/sequencer_select.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_sequencer/sequencer_select.c b/source/blender/editors/space_sequencer/sequencer_select.c
index 45dd08e3ece..7e718dc176a 100644
--- a/source/blender/editors/space_sequencer/sequencer_select.c
+++ b/source/blender/editors/space_sequencer/sequencer_select.c
@@ -1048,7 +1048,7 @@ static short select_grouped_effect_link(Editing *ed, Sequence *actseq)
}
SEQ_END;
- seq->tmp= SET_INT_IN_POINTER(TRUE);
+ actseq->tmp= SET_INT_IN_POINTER(TRUE);
for(seq_begin(ed, &iter, 1); iter.valid; seq_next(&iter)) {
seq = iter.seq;