thumb: Make sure to stop pulse animation on thumbs that failed to generate

This commit is contained in:
Stephen Houston 2015-01-06 13:49:55 -06:00
parent 57bf376c91
commit 9ba9877060
1 changed files with 1 additions and 0 deletions

View File

@ -348,6 +348,7 @@ _on_ethumb_thumb_error(Ethumb_Client *client EINA_UNUSED,
ELM_WIDGET_DATA_GET_OR_RETURN(data, wd);
edje_object_signal_emit(wd->resize_obj, EDJE_SIGNAL_GENERATE_ERROR, "elm");
edje_object_signal_emit(wd->resize_obj, EDJE_SIGNAL_PULSE_STOP, "elm");
evas_object_smart_callback_call
(sd->obj, SIG_GENERATE_ERROR, NULL);
}