projects
/
platform
/
core
/
uifw
/
e-mod-tizen-screen-reader.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9055ef3
)
Removed the code that calls e_modapi_shutdown directly from the module.
72/210572/1
accepted/tizen/unified/20190723.112102
submit/tizen/20190723.045242
author
Gwanglim Lee
<gl77.lee@samsung.com>
Mon, 22 Jul 2019 12:10:25 +0000
(21:10 +0900)
committer
Gwanglim Lee
<gl77.lee@samsung.com>
Mon, 22 Jul 2019 12:10:25 +0000
(21:10 +0900)
e_modapi_xxx functions will be called by the enlightenment not by the module.
Change-Id: I5c8ae7d0cbe70cb8bb958e7561dd6cca5eb643aa
src/e_mod_main.c
patch
|
blob
|
history
diff --git
a/src/e_mod_main.c
b/src/e_mod_main.c
index 2c7069f80d3063bb71560ef206709f958685149e..6a493c2cda22d72d4f7db4a5ce2eae455afa8c8b 100644
(file)
--- a/
src/e_mod_main.c
+++ b/
src/e_mod_main.c
@@
-687,7
+687,6
@@
e_modapi_init(E_Module *m)
if (!e_accessibility_conf_init(m))
{
ERROR("Accessibility config initialization failed.");
- e_modapi_shutdown(m);
return NULL;
}