From dc1a0f12baeda7957e1e9704018bf7b61f650290 Mon Sep 17 00:00:00 2001 From: Nilesh Trimbake Date: Tue, 10 Apr 2018 15:04:44 +0530 Subject: [PATCH] Update Elementary Enum. This patch replace Deprecated Elementary Enum EO_CALLBACK_PRIORITY_AFTER, with EVAS_CALLBACK_PRIORITY_AFTER Change-Id: I52c28f22a8bbe4cfa9f5db701825bc905a9a3357 --- ucl/source/gui/Widget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.34.1