SVN revision: 62154
This commit is contained in:
Mike Blumenkrantz 2011-08-05 23:06:11 +00:00
parent 79dfcb5d6a
commit efa8f3a3b1
1 changed files with 1 additions and 5 deletions

View File

@ -170,11 +170,7 @@ _button_animation(void *data)
double cur_position = 0.0, new_position = 0.0;
double move_amount = 0.05;
Eina_Bool flag_finish_animation = EINA_FALSE;
if (!wd)
{
wd->button_animator = NULL;
return ECORE_CALLBACK_CANCEL;
}
if (!wd) return ECORE_CALLBACK_CANCEL;
edje_object_part_drag_value_get(wd->as,
"elm.drag_button_base", &cur_position, NULL);