princeamd pushed a commit to branch enlightenment-0.17. http://git.enlightenment.org/core/enlightenment.git/commit/?id=a93490e5672b8f28975a30530cb3ffe49a779a45
commit a93490e5672b8f28975a30530cb3ffe49a779a45 Author: Carsten Haitzler (Rasterman) <[email protected]> Date: Mon Jan 20 15:23:30 2014 +0900 Backport: cd43135 :: e sys - if logout has trouble - resume so user can see dialog Signed-off-by: Deon Thomas <[email protected]> --- src/bin/e_sys.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/e_sys.c b/src/bin/e_sys.c index 9c4a7eb..82377a9 100644 --- a/src/bin/e_sys.c +++ b/src/bin/e_sys.c @@ -509,6 +509,7 @@ _e_sys_cb_logout_timer(void *data __UNUSED__) e_dialog_show(dia); _e_sys_logout_begin_time = now; } + if (_e_sys_resume_func) _e_sys_resume_func(); return ECORE_CALLBACK_RENEW; } } --
