From 92ab0600eed2d8bc75653d4cf5012fdce00a56c3 Mon Sep 17 00:00:00 2001 From: Cedric BAIL Date: Thu, 3 Jan 2013 00:32:48 +0000 Subject: [PATCH] e: fix restart of E17 after manually monitoring it. SVN revision: 82023 --- ChangeLog | 4 ++++ NEWS | 1 + src/bin/e_start_main.c | 2 ++ 3 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index f3768c16b..ea5f357b0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2013-01-03 Cedric Bail + + * Fix restart of E17 after manually monitoring it. + 2012-12-31 Mike Blumenkrantz * Added function to hide all active menus diff --git a/NEWS b/NEWS index 898818f9f..c53250b29 100644 --- a/NEWS +++ b/NEWS @@ -44,3 +44,4 @@ Fixes: * e_win now traps elm_win_activate to ensure that internal elm windows don't fail to raise as expected if user has configured E to ignore activate hints + * Fix restarting E17 after manually monitoring it. diff --git a/src/bin/e_start_main.c b/src/bin/e_start_main.c index d23a45b3c..7ce1415ad 100644 --- a/src/bin/e_start_main.c +++ b/src/bin/e_start_main.c @@ -421,6 +421,8 @@ main(int argc, char **argv) { pid_t child; + stop_ptrace = EINA_FALSE; + child = fork(); if (child < 0) /* failed attempt */