diff --git a/examples/layouting/animation-example.cpp b/examples/layouting/animation-example.cpp index 3b2c0a9..09fa121 100644 --- a/examples/layouting/animation-example.cpp +++ b/examples/layouting/animation-example.cpp @@ -461,7 +461,7 @@ bool AnimationExample::OnRemoveClicked( Button button ) { DALI_LOG_INFO( gLayoutFilter, Debug::Verbose, "AnimationExample::OnRemoveClicked\n"); - if ( mAnimationContainer.GetChildCount() > 1 ) + if ( mAnimationContainer.GetChildCount() > 0 ) { mAnimationContainer.Remove( mAnimationContainer.GetChildAt( mAnimationContainer.GetChildCount() - 1 ) ); } diff --git a/packaging/com.samsung.dali-demo.spec b/packaging/com.samsung.dali-demo.spec index 8f45eb8..682f0ed 100755 --- a/packaging/com.samsung.dali-demo.spec +++ b/packaging/com.samsung.dali-demo.spec @@ -2,7 +2,7 @@ Name: com.samsung.dali-demo Summary: The OpenGLES Canvas Core Demo -Version: 1.4.9 +Version: 1.4.10 Release: 1 Group: System/Libraries License: Apache-2.0