discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=d631bef3ebe3c80acd722b6c1c240c07ac7a22c4

commit d631bef3ebe3c80acd722b6c1c240c07ac7a22c4
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Wed Aug 19 14:35:16 2015 -0400

    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.
---
 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 f89c361..cddd4e4 100644
--- a/src/bin/e_sys.c
+++ b/src/bin/e_sys.c
@@ -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)
      {

-- 


Reply via email to