From: Doyoun Kang Date: Mon, 22 Feb 2016 23:10:06 +0000 (+0900) Subject: changed parameter order for sending process status X-Git-Tag: submit/tizen/20160222.231300~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3f465986583bf469ec44a256d7e30be6da097f5f;p=platform%2Fcore%2Fuifw%2Fe-mod-tizen-processmgr.git changed parameter order for sending process status Change-Id: I0d01502dee3f6d4b52cd8eccbf67880f2d2b9c0a --- diff --git a/src/e_mod_processmgr.c b/src/e_mod_processmgr.c index e58af7c..6ffdd19 100644 --- a/src/e_mod_processmgr.c +++ b/src/e_mod_processmgr.c @@ -486,7 +486,7 @@ _e_processmgr_send_pid_action(int pid, E_ProcessMgr_Action act) param_pid = (int)pid; param_act = (int)act; - if (!eldbus_message_arguments_append(msg, "ii", param_pid, param_act)) + if (!eldbus_message_arguments_append(msg, "ii", param_act, param_pid)) { eldbus_message_unref(msg); return;