summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Hacohen <tom@stosb.com>2014-04-03 17:13:10 +0100
committerTom Hacohen <tom@stosb.com>2014-04-10 03:49:50 +0100
commit2424f5cec8022e7e73ab27a3b42218f68694ba24 (patch)
tree6520379b8dad26e8e77ef12b050ac470ae0f09b5
parent330f7873dfc3546b10f5e97f37ec0f171f71650d (diff)
downloadelementary-2424f5cec8022e7e73ab27a3b42218f68694ba24.tar.gz
video: Adjusted to Eo2.
-rw-r--r--src/lib/elm_video.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/elm_video.c b/src/lib/elm_video.c
index 17e0cfc6c..b5c6a7595 100644
--- a/src/lib/elm_video.c
+++ b/src/lib/elm_video.c
@@ -263,7 +263,7 @@ _elm_video_eo_base_constructor(Eo *obj, Elm_Video_Data *_pd EINA_UNUSED)
eo_do_super(obj, MY_CLASS, eo_constructor());
eo_do(obj,
evas_obj_type_set(MY_CLASS_NAME_LEGACY),
- evas_obj_smart_callbacks_descriptions_set(_smart_callbacks, NULL));
+ evas_obj_smart_callbacks_descriptions_set(_smart_callbacks));
}
EOLIAN static Eina_Bool