From: Nilesh Trimbake Date: Tue, 10 Apr 2018 09:34:44 +0000 (+0530) Subject: Update Elementary Enum. X-Git-Tag: submit/tizen/20180410.135041^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dc1a0f12baeda7957e1e9704018bf7b61f650290;p=profile%2Fwearable%2Fapps%2Fnative%2Fcall-ui.git Update Elementary Enum. This patch replace Deprecated Elementary Enum EO_CALLBACK_PRIORITY_AFTER, with EVAS_CALLBACK_PRIORITY_AFTER Change-Id: I52c28f22a8bbe4cfa9f5db701825bc905a9a3357 --- diff --git a/ucl/source/gui/Widget.cpp b/ucl/source/gui/Widget.cpp index 7da5d29..21b20d8 100644 --- a/ucl/source/gui/Widget.cpp +++ b/ucl/source/gui/Widget.cpp @@ -125,7 +125,7 @@ namespace ucl { if (isShared()) { evas_object_event_callback_priority_add(m_eo, EVAS_CALLBACK_DEL, - EO_CALLBACK_PRIORITY_AFTER, + EVAS_CALLBACK_PRIORITY_AFTER, CALLBACK_A(Widget::onEoDel), this); }