From: yoz Date: Wed, 4 Jan 2012 11:35:45 +0000 (+0000) Subject: elementary: move pulse,stop signal to a better place X-Git-Tag: REL_F_I9500_20120323_1~17^2~932 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=063864156f7da4ba5e9c92690d7fcc49b0a5fcbe;p=framework%2Fuifw%2Felementary.git elementary: move pulse,stop signal to a better place git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66865 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/elm_thumb.c b/src/lib/elm_thumb.c index f1e64fc..d5b0ee2 100644 --- a/src/lib/elm_thumb.c +++ b/src/lib/elm_thumb.c @@ -158,6 +158,7 @@ _thumb_ready(Widget_Data *wd, const char *thumb_path, const char *thumb_key) evas_object_size_hint_min_set(wd->self, mw, mh); eina_stringshare_replace(&(wd->thumb.file), thumb_path); eina_stringshare_replace(&(wd->thumb.key), thumb_key); + edje_object_signal_emit(wd->frame, EDJE_SIGNAL_PULSE_STOP, "elm"); edje_object_signal_emit(wd->frame, EDJE_SIGNAL_GENERATE_STOP, "elm"); evas_object_smart_callback_call(wd->self, SIG_GENERATE_STOP, NULL); } @@ -349,8 +350,6 @@ _elm_thumb_done(Ethumb_Client *client __UNUSED__, const char *thumb_path, const pending_request--; wd->thumb.request = NULL; - edje_object_signal_emit(wd->frame, EDJE_SIGNAL_PULSE_STOP, "elm"); - _finished_thumb(wd, thumb_path, thumb_key); }