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 21ee21bc1f
commit d631bef3eb
1 changed files with 1 additions and 0 deletions

View File

@ -763,6 +763,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)
{