discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=83f77b015624f66aed01aa731d18dbf3c4563733

commit 83f77b015624f66aed01aa731d18dbf3c4563733
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Tue Jan 9 10:01:32 2018 -0500

    use SIGINT when closing sandboxed gadgets
---
 src/bin/e_gadget_runner.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/e_gadget_runner.c b/src/bin/e_gadget_runner.c
index 036fa0f38..8cf61e722 100644
--- a/src/bin/e_gadget_runner.c
+++ b/src/bin/e_gadget_runner.c
@@ -382,7 +382,7 @@ runner_del(void *data, Evas *e EINA_UNUSED, Evas_Object 
*obj, void *event_info E
    if (inst->ci)
      {
         inst->ci->inst = NULL;
-        E_FREE_FUNC(inst->exe, ecore_exe_quit);
+        E_FREE_FUNC(inst->exe, ecore_exe_interrupt);
      }
    else
      E_FREE_FUNC(inst->exe, ecore_exe_terminate);

-- 


Reply via email to