set 'stopping' during logout action

this flag is used in some cases to determine whether to behave as
though enlightenment is stopping. in the case of logout, we are stopping.
This commit is contained in:
Mike Blumenkrantz 2015-08-19 14:35:16 -04:00
parent 65d5e1ba7d
commit 939ae73315
1 changed files with 1 additions and 0 deletions

View File

@ -776,6 +776,7 @@ _e_sys_logout_begin(E_Sys_Action a_after, Eina_Bool raw)
E_Client *ec;
E_Obj_Dialog *od;
stopping = 1;
/* start logout - at end do the a_after action */
if (!raw)
{