discomfitor pushed a commit to branch enlightenment-0.18. http://git.enlightenment.org/core/enlightenment.git/commit/?id=74fa647053edc6d881d45d9b24abea5b5a987161
commit 74fa647053edc6d881d45d9b24abea5b5a987161 Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com> Date: Mon Jan 20 15:23:30 2014 +0900 e sys - if logout has trouble - resume so user can see dialog --- 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 29c6a2f..c563751 100644 --- a/src/bin/e_sys.c +++ b/src/bin/e_sys.c @@ -650,6 +650,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; } } --