From: glima Date: Wed, 18 Jul 2012 19:05:47 +0000 (+0000) Subject: [emotion] No evas_object_smart_callback_call() on an evas X-Git-Tag: 2.0_alpha~2^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9dd0cba2f85b6362275cdbdbd52ceed426de094c;p=framework%2Fuifw%2Femotion.git [emotion] No evas_object_smart_callback_call() on an evas image. Big important change here. Want myself in authors :P git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/emotion@74145 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/emotion_smart.c b/src/lib/emotion_smart.c index 8421f6f..0f6d07d 100644 --- a/src/lib/emotion_smart.c +++ b/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