e: backport r82023.

SVN revision: 82024
This commit is contained in:
Cedric BAIL 2013-01-03 00:33:10 +00:00
parent 0e7d9366bb
commit ff8c3bdf0b
3 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2013-01-03 Cedric Bail
* Fix E17 restart after manually monitoring it
2012-12-28 Tomas Cech
* Fix construction of variant list for setxkbmap

1
NEWS
View File

@ -15,3 +15,4 @@ Fixes:
* Fixed SIGFPE in tiling module and functionality of toggle_rows_count
* Fixed error in Evry when trying to call edje functions on non-edje object
* Fix construction of variant list for setxkbmap
* Fix E17 restart 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 */