projects
/
profile
/
wearable
/
apps
/
native
/
call-ui.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92c4a02
)
Update Elementary Enum.
56/175456/1
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_wearable_hotfix
submit/tizen/20180410.135041
submit/tizen/20180831.131433
submit/tizen/20180831.174749
submit/tizen/20180921.180211
submit/tizen/20200205.125014
submit/tizen_5.0/20181101.000009
submit/tizen_5.5/20191031.000001
submit/tizen_5.5_mobile_hotfix/20201026.1851010
submit/tizen_5.5_mobile_hotfix/20201027.114301
submit/tizen_5.5_mobile_hotfix/20201125.191001
submit/tizen_5.5_wearable_hotfix/20201026.184309
tizen_5.5_src.m2_release
author
Nilesh Trimbake
<t.shripati@samsung.com>
Tue, 10 Apr 2018 09:34:44 +0000
(15:04 +0530)
committer
Nilesh Trimbake
<t.shripati@samsung.com>
Tue, 10 Apr 2018 09:34:44 +0000
(15:04 +0530)
This patch replace Deprecated Elementary Enum
EO_CALLBACK_PRIORITY_AFTER, with EVAS_CALLBACK_PRIORITY_AFTER
Change-Id: I52c28f22a8bbe4cfa9f5db701825bc905a9a3357
ucl/source/gui/Widget.cpp
patch
|
blob
|
history
diff --git
a/ucl/source/gui/Widget.cpp
b/ucl/source/gui/Widget.cpp
index 7da5d29fc1493ed83c5c9ddb31952b6c78be267b..21b20d8a970b67b495d599982c10c01c9e271474 100644
(file)
--- 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,
- E
O
_CALLBACK_PRIORITY_AFTER,
+ E
VAS
_CALLBACK_PRIORITY_AFTER,
CALLBACK_A(Widget::onEoDel), this);
}