elementary: reset main loop after fork.

SVN revision: 75046
This commit is contained in:
Cedric BAIL 2012-08-09 12:23:15 +00:00
parent 8dbc93c237
commit f885070db1
3 changed files with 7 additions and 0 deletions

View File

@ -370,3 +370,7 @@
2012-08-06 Cedric Bail 2012-08-06 Cedric Bail
* Make Elm_Slider update itself asynchronously. * Make Elm_Slider update itself asynchronously.
2012-08-09 Cedric Bail
* Reset main loop after fork in quicklaunch.

View File

@ -29,6 +29,7 @@ Fixes:
* Fileselector : honor the folder_only option when using EIO * Fileselector : honor the folder_only option when using EIO
* Segment Selector : do not abuse user object item data. * Segment Selector : do not abuse user object item data.
* Image: fixed elm_image_orient_set/get. * Image: fixed elm_image_orient_set/get.
* QuickLaunch: reset main loop after fork.
Improvements: Improvements:

View File

@ -716,6 +716,8 @@ elm_quicklaunch_fork(int argc,
} }
if (postfork_func) postfork_func(postfork_data); if (postfork_func) postfork_func(postfork_data);
ecore_fork_reset();
if (quicklaunch_on) if (quicklaunch_on)
{ {
if (_elm_appname) free(_elm_appname); if (_elm_appname) free(_elm_appname);