set 'stopping' during logout action
authorMike Blumenkrantz <zmike@osg.samsung.com>
Wed, 19 Aug 2015 18:35:16 +0000 (14:35 -0400)
committerMike Blumenkrantz <zmike@osg.samsung.com>
Wed, 19 Aug 2015 18:35:16 +0000 (14:35 -0400)
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

index f89c361..cddd4e4 100644 (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)
      {