From b59d5b5a24bed25037e2baab6a999a0c7bb5047e Mon Sep 17 00:00:00 2001 From: ChunEon Park Date: Sat, 19 Jun 2010 16:27:46 +0900 Subject: [PATCH] [elm_animator.c] [elm_coverflow.c] --- src/lib/elm_animator.c | 14 -------------- src/lib/elm_coverflow.c | 3 ++- 2 files changed, 2 insertions(+), 15 deletions(-) diff --git a/src/lib/elm_animator.c b/src/lib/elm_animator.c index 940fe84..65eb2c7 100644 --- a/src/lib/elm_animator.c +++ b/src/lib/elm_animator.c @@ -1,16 +1,3 @@ -/* - * SLP - * Copyright (c) 2010 Samsung Electronics, Inc. - * All rights reserved. - * - * This software is a confidential and proprietary information - * of Samsung Electronics, Inc. ("Confidential Information"). You - * shall not disclose such Confidential Information and shall use - * it only in accordance with the terms of the license agreement - * you entered into with Samsung Electronics. - */ - - /** * * @addtogroup Animator @@ -298,7 +285,6 @@ EAPI void elm_animator_curve_style_set( Elm_Animator* animator, Elm_Animator_Cur animator->curve_op = _animator_curve_out; break; default: - fprintf( stderr, "What Animation Curve Style?!\n" ); animator->curve_op = _animator_curve_linear; break; diff --git a/src/lib/elm_coverflow.c b/src/lib/elm_coverflow.c index b33e3d1..b9f31e4 100644 --- a/src/lib/elm_coverflow.c +++ b/src/lib/elm_coverflow.c @@ -987,7 +987,8 @@ EAPI Evas_Object* elm_coverflow_add( Evas_Object* parent ) return NULL; } - elm_win_resize_object_add( parent, obj ); +// elm_win_resize_object_add( parent, obj ); + elm_widget_resize_object_set( parent, obj ); elm_widget_type_set( obj, "coverflow" ); elm_widget_sub_object_add( parent, obj ); -- 2.7.4