diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/evas/canvas/evas_object_main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/evas/canvas/evas_object_main.c b/src/lib/evas/canvas/evas_object_main.c index dce4954e08..57f8dd7bc7 100644 --- a/src/lib/evas/canvas/evas_object_main.c +++ b/src/lib/evas/canvas/evas_object_main.c | |||
@@ -2829,6 +2829,8 @@ _efl_canvas_object_event_animation_is_running(Eo *eo_obj, | |||
2829 | { | 2829 | { |
2830 | Evas_Object_Protected_Data *obj = EVAS_OBJECT_DATA_SAFE_GET(eo_obj); | 2830 | Evas_Object_Protected_Data *obj = EVAS_OBJECT_DATA_SAFE_GET(eo_obj); |
2831 | 2831 | ||
2832 | if (!obj) return EINA_FALSE; | ||
2833 | |||
2832 | if (_event_animation_object_get(obj, desc)) | 2834 | if (_event_animation_object_get(obj, desc)) |
2833 | return EINA_TRUE; | 2835 | return EINA_TRUE; |
2834 | 2836 | ||