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
path: root/source
diff options
context:
space:
mode:
authorChris Want <cwant@ualberta.ca>2003-02-14 18:29:24 +0300
committerChris Want <cwant@ualberta.ca>2003-02-14 18:29:24 +0300
commit5cc0dcc97060d612ef50c163d0ab3e8c0ddf31b9 (patch)
treed06f6d92b52dcbcaf6e80ffaed67dbf6ab313f50 /source
parent877a4859d62cc02d35f422ba449181c995c6964b (diff)
I decremented the 'user' of the deleted ipo,
but it had already been decremeted elsewhere. Thanks to zel365 for the head's up.
Diffstat (limited to 'source')
-rw-r--r--source/blender/src/headerbuttons.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/src/headerbuttons.c b/source/blender/src/headerbuttons.c
index fb91d3eed8d..152576e1019 100644
--- a/source/blender/src/headerbuttons.c
+++ b/source/blender/src/headerbuttons.c
@@ -1042,7 +1042,6 @@ void do_global_buttons(unsigned short event)
bAction *act = (bAction*) from;
bActionChannel *chan =
get_hilighted_action_channel((bAction*)from);
- chan->ipo->id.us--;
BLI_freelinkN (&act->chanbase, chan);
}
else if(ipo->blocktype==IPO_CO) ((Object *)from)->activecon->ipo= 0;