diff options
author | Gustavo Lima Chaves <glima@profusion.mobi> | 2012-07-18 19:05:47 +0000 |
---|---|---|
committer | Gustavo Lima Chaves <glima@profusion.mobi> | 2012-07-18 19:05:47 +0000 |
commit | e7f2bdd37a8a41d5ee4cfb8cf8a1fdef3d61d90d (patch) | |
tree | 0d214e763112896355b00f182544ba0472f74fb5 /legacy/emotion/src/lib/emotion_smart.c | |
parent | b22564a2e532a43c9f1291203c0b63b1b37ba251 (diff) |
[emotion] No evas_object_smart_callback_call() on an evas
image.
Big important change here. Want myself in authors :P
SVN revision: 74145
Diffstat (limited to '')
-rw-r--r-- | legacy/emotion/src/lib/emotion_smart.c | 2 |
1 files changed, 1 insertions, 1 deletions
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__) | |||
1367 | { | 1367 | { |
1368 | Smart_Data *sd = data; | 1368 | Smart_Data *sd = data; |
1369 | 1369 | ||
1370 | evas_object_smart_callback_call(sd->obj, SIG_POSITION_LOAD_FAILED, NULL); | 1370 | evas_object_smart_callback_call(evas_object_smart_parent_get(sd->obj), SIG_POSITION_LOAD_FAILED, NULL); |
1371 | _eio_load_xattr_cleanup(sd, handler); | 1371 | _eio_load_xattr_cleanup(sd, handler); |
1372 | } | 1372 | } |
1373 | #endif | 1373 | #endif |