Index: source/blender/src/editaction.c =================================================================== RCS file: /cvsroot/bf-blender/blender/source/blender/src/editaction.c,v retrieving revision 1.113 diff -u -u -r1.113 editaction.c --- source/blender/src/editaction.c 21 Jan 2007 05:11:46 -0000 1.113 +++ source/blender/src/editaction.c 6 Feb 2007 14:07:26 -0000 @@ -3282,7 +3282,7 @@ if (key->ipo) borderselect_ipo_key(key->ipo, min, max, SELECT_ADD); } - else { + else if (act) { bActionChannel *achan; bConstraintChannel *conchan;