e: fix restart of E17 after manually monitoring it.
authorCedric BAIL <cedric.bail@free.fr>
Thu, 3 Jan 2013 00:32:48 +0000 (00:32 +0000)
committerCedric BAIL <cedric.bail@free.fr>
Thu, 3 Jan 2013 00:32:48 +0000 (00:32 +0000)
SVN revision: 82023

ChangeLog
NEWS
src/bin/e_start_main.c

index f3768c1..ea5f357 100644 (file)
--- 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 898818f..c53250b 100644 (file)
--- 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.
index d23a45b..7ce1415 100644 (file)
@@ -421,6 +421,8 @@ main(int argc, char **argv)
      {
         pid_t child;
 
+       stop_ptrace = EINA_FALSE;
+
         child = fork();
 
         if (child < 0) /* failed attempt */