From e7f2bdd37a8a41d5ee4cfb8cf8a1fdef3d61d90d Mon Sep 17 00:00:00 2001 From: Gustavo Lima Chaves Date: Wed, 18 Jul 2012 19:05:47 +0000 Subject: [PATCH] [emotion] No evas_object_smart_callback_call() on an evas image. Big important change here. Want myself in authors :P SVN revision: 74145 --- legacy/emotion/src/lib/emotion_smart.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/emotion/src/lib/emotion_smart.c b/legacy/emotion/src/lib/emotion_smart.c index 8421f6f581..0f6d07de3c 100644 --- a/legacy/emotion/src/lib/emotion_smart.c +++ b/legacy/emotion/src/lib/emotion_smart.c @@ -1367,7 +1367,7 @@ _eio_load_xattr_error(void *data, Eio_File *handler, int err __UNUSED__) { Smart_Data *sd = data; - evas_object_smart_callback_call(sd->obj, SIG_POSITION_LOAD_FAILED, NULL); + evas_object_smart_callback_call(evas_object_smart_parent_get(sd->obj), SIG_POSITION_LOAD_FAILED, NULL); _eio_load_xattr_cleanup(sd, handler); } #endif