projects
/
framework
/
uifw
/
elementary.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
015f04c
)
a local function(_icon_animation) in actionslider is corrected
author
sumanth.m
<sumanth.m@samsung.com>
Thu, 6 Jan 2011 17:32:59 +0000
(23:02 +0530)
committer
sumanth.m
<sumanth.m@samsung.com>
Thu, 6 Jan 2011 17:32:59 +0000
(23:02 +0530)
src/lib/elm_actionslider.c
patch
|
blob
|
history
diff --git
a/src/lib/elm_actionslider.c
b/src/lib/elm_actionslider.c
index
14b616b
..
d9eb5a1
100644
(file)
--- a/
src/lib/elm_actionslider.c
+++ b/
src/lib/elm_actionslider.c
@@
-243,11
+243,10
@@
_icon_up_cb(void *data, Evas *e, Evas_Object *obj, void *event_info)
static Eina_Bool
_icon_animation(void *data)
{
- Widget_Data *wd =
elm_widget_data_get(data)
;
+ Widget_Data *wd =
(Widget_Data *)data
;
double cur_position = 0.0, new_position = 0.0;
double move_amount = 0.05;
Eina_Bool flag_finish_animation = EINA_FALSE;
- if (!wd) return EINA_FALSE;
edje_object_part_drag_value_get(wd->as, "elm.swallow.icon", &cur_position, NULL);