From 063864156f7da4ba5e9c92690d7fcc49b0a5fcbe Mon Sep 17 00:00:00 2001 From: yoz Date: Wed, 4 Jan 2012 11:35:45 +0000 Subject: [PATCH] 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 --- src/lib/elm_thumb.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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); } -- 2.7.4