From 9dd0cba2f85b6362275cdbdbd52ceed426de094c Mon Sep 17 00:00:00 2001 From: glima 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 git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/emotion@74145 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/emotion_smart.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.7.4