[elm_animator.c]
authorChunEon Park <chuneon.park@samsung.com>
Sat, 19 Jun 2010 07:27:46 +0000 (16:27 +0900)
committerChunEon Park <chuneon.park@samsung.com>
Sat, 19 Jun 2010 07:27:46 +0000 (16:27 +0900)
[elm_coverflow.c]

src/lib/elm_animator.c
src/lib/elm_coverflow.c

index 940fe84..65eb2c7 100644 (file)
@@ -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;
 
index b33e3d1..b9f31e4 100644 (file)
@@ -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 );