diff -r 4cb50131788f -r b0affce7beb1 Source/GGBLayer.m --- a/Source/GGBLayer.m Thu Jul 31 11:18:13 2008 -0700 +++ b/Source/GGBLayer.m Tue Mar 10 22:36:23 2009 -0700 @@ -50,7 +50,7 @@ anim.duration= duration; anim.fromValue = from; anim.toValue = to; - anim.isRemovedOnCompletion = YES; + anim.removedOnCompletion = YES; anim.delegate = self; [self addAnimation:anim forKey: @"animateAndBlock:"]; _curAnimation = (id)[self animationForKey: @"animateAndBlock:"];