From: ChunEon Park Date: Sat, 19 Jun 2010 07:27:46 +0000 (+0900) Subject: [elm_animator.c] X-Git-Tag: beat-winset-test_0.1.1-40~248 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b59d5b5a24bed25037e2baab6a999a0c7bb5047e;p=framework%2Fuifw%2Felementary.git [elm_animator.c] [elm_coverflow.c] --- 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 );