Slider: fix callback invocation
authorDaniel Zaoui <daniel.zaoui@samsung.com>
Mon, 5 Nov 2018 05:03:15 +0000 (14:03 +0900)
committerYeongjong Lee <yj34.lee@samsung.com>
Thu, 8 Nov 2018 06:40:49 +0000 (15:40 +0900)
commitb873fe5e8664e55d7efbac4e81da87ed21f49a08
tree96901e780d9a418796d64e7071445463da99fe00
parenta88d6ebc19c5107b314ccfb9c2863efb8bbb61c0
Slider: fix callback invocation

Summary:
efl_event_callback_legacy_call already invokes legacy and non-legacy
callbacks. Therefore, there is no reason to call
efl_event_callback_call as well.

Reviewers: eagleeye, Hermet

Reviewed By: Hermet

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D7237
src/lib/elementary/elm_slider.c