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:
935874c
)
e_appinfo: call E_APPINFO_HOOK_APPID_SET in e_appinfo_appid_set function
25/224525/2
author
Doyoun Kang
<doyoun.kang@samsung.com>
Tue, 11 Feb 2020 08:06:35 +0000
(17:06 +0900)
committer
Doyoun Kang
<doyoun.kang@samsung.com>
Tue, 11 Feb 2020 09:37:14 +0000
(09:37 +0000)
Change-Id: I3ceb32e2d2114555d2b2d057abff82360e96d0f9
src/bin/e_appinfo.c
patch
|
blob
|
history
diff --git
a/src/bin/e_appinfo.c
b/src/bin/e_appinfo.c
index e7a3df4b00002f659d179c4023df6fade2ddcb0f..1639d7b01a6fd35495c8c4ed1148b4fbb66af577 100644
(file)
--- a/
src/bin/e_appinfo.c
+++ b/
src/bin/e_appinfo.c
@@
-116,7
+116,7
@@
e_appinfo_appid_set(E_Appinfo *eai, const char *appid)
ELOGF("POL_APPINFO", "appinfo(%p) set appid(%s)", NULL, eai, appid);
- _e_appinfo_hook_call(E_APPINFO_HOOK_PID_SET, eai->appid, eai->pid);
+ _e_appinfo_hook_call(E_APPINFO_HOOK_
AP
PID_SET, eai->appid, eai->pid);
return EINA_TRUE;
}