it's possible that a comp effect has no post-effect callback

This commit is contained in:
Mike Blumenkrantz 2014-02-11 18:40:22 -05:00
parent bf48616a47
commit c3ce56c1dc
1 changed files with 1 additions and 0 deletions

View File

@ -3297,6 +3297,7 @@ _e_comp_object_effect_end_cb(void *data, Evas_Object *obj, const char *emission,
}
end_cb = evas_object_data_get(obj, "_e_comp.end_cb");
if (!end_cb) return;
end_data = evas_object_data_get(obj, "_e_comp.end_data");
end_cb(end_data, obj, emission, source);