From 3612673681696f412fa31c7f30b062e2a0f52f38 Mon Sep 17 00:00:00 2001 From: Doyoun Kang Date: Tue, 11 Feb 2020 17:06:35 +0900 Subject: [PATCH] e_appinfo: call E_APPINFO_HOOK_APPID_SET in e_appinfo_appid_set function Change-Id: I3ceb32e2d2114555d2b2d057abff82360e96d0f9 --- src/bin/e_appinfo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_appinfo.c b/src/bin/e_appinfo.c index e7a3df4b00..1639d7b01a 100644 --- 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_APPID_SET, eai->appid, eai->pid); return EINA_TRUE; } -- 2.34.1