summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNilesh Trimbake <t.shripati@samsung.com>2018-04-10 14:59:22 +0530
committerNilesh Trimbake <t.shripati@samsung.com>2018-04-10 15:01:57 +0530
commit71c78ebae724394ec6a1ddc4e0260a9163d91076 (patch)
treec59ae569299a2d41d4e7fb8f07d6d233a6fe9004
parentf162dfd79a262dc72f970059f335e79a4e0fae9c (diff)
downloadcall-setting-tizen_5.5.tar.gz
call-setting-tizen_5.5.tar.bz2
call-setting-tizen_5.5.zip
This patch replace Deprecated Elementary Enum EO_CALLBACK_PRIORITY_AFTER, with EVAS_CALLBACK_PRIORITY_AFTER Change-Id: I57a521c67614ff13b5c5885d9f7927ab64acead5
-rw-r--r--ucl/source/gui/Widget.cpp2
1 files changed, 1 insertions, 1 deletions
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);
}