From d631bef3ebe3c80acd722b6c1c240c07ac7a22c4 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Wed, 19 Aug 2015 14:35:16 -0400 Subject: [PATCH] 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 f89c36117..cddd4e490 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) {