[emotion] No evas_object_smart_callback_call() on an evas
authorglima <glima@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 18 Jul 2012 19:05:47 +0000 (19:05 +0000)
committerglima <glima@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 18 Jul 2012 19:05:47 +0000 (19:05 +0000)
 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

index 8421f6f..0f6d07d 100644 (file)
@@ -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