[emotion] No evas_object_smart_callback_call() on an evas

image.

Big important change here. Want myself in authors :P



SVN revision: 74145
This commit is contained in:
Gustavo Lima Chaves 2012-07-18 19:05:47 +00:00
parent b22564a2e5
commit e7f2bdd37a
1 changed files with 1 additions and 1 deletions

View 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