Backport: cd43135 :: e sys - if logout has trouble - resume so user can see dialog

Signed-off-by: Deon Thomas <PrinceAMD.Elive@gmail.com>
This commit is contained in:
Carsten Haitzler 2014-01-20 15:23:30 +09:00 committed by Deon Thomas
parent 758006828e
commit a93490e567
1 changed files with 1 additions and 0 deletions

View File

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