e: fix restart of E17 after manually monitoring it.

SVN revision: 82023
This commit is contained in:
Cedric BAIL 2013-01-03 00:32:48 +00:00
parent 7ec37a51a9
commit 92ab0600ee
3 changed files with 7 additions and 0 deletions

View File

@ -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

1
NEWS
View File

@ -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.

View File

@ -421,6 +421,8 @@ main(int argc, char **argv)
{
pid_t child;
stop_ptrace = EINA_FALSE;
child = fork();
if (child < 0) /* failed attempt */