projects
/
platform
/
upstream
/
enlightenment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
646ae7d
)
Revert "e_view : add eo data to e_view"
94/323594/2
author
SooChan Lim
<sc1.lim@samsung.com>
Wed, 30 Apr 2025 09:45:09 +0000
(18:45 +0900)
committer
Tizen Window System
<tizen.windowsystem@gmail.com>
Wed, 30 Apr 2025 10:01:48 +0000
(10:01 +0000)
This reverts commit
64692e92e895e76b563100af533cac20e4aee742
.
Change-Id: Ibc06409cca8fa75ff954275ccfd1d0dd6404f16a
src/bin/core/e_view.c
patch
|
blob
|
history
diff --git
a/src/bin/core/e_view.c
b/src/bin/core/e_view.c
index f831e9f42d4a6e0c8b405d3599267c5fea8330fe..377b71d03bb94224855451a57ae3c9da44d6910b 100644
(file)
--- a/
src/bin/core/e_view.c
+++ b/
src/bin/core/e_view.c
@@
-233,14
+233,7
@@
e_view_init(E_View *view, E_View_Type type, E_View_Impl *impl, Evas_Object *eo,
_e_view_events_init(view);
if (eo)
- {
- evas_object_data_set(eo, "e_view", view);
-
- // In order to replace evas_object with e_view,
- // it is temporarily provided for parts that have not yet been implemented.
- evas_object_data_set(eo, "evasojb", eo);
- }
-
+ evas_object_data_set(eo, "e_view", view);
if (parent)
{