discomfitor pushed a commit to branch enlightenment-0.19.

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

commit b274b2f6190086925c90f40b08ae68727b1c232e
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Wed Aug 19 14:36:20 2015 -0400

    do not relaunch relaunchable quickaccess windows during logout
    
    fix T2492
---
 src/modules/quickaccess/e_mod_quickaccess.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/modules/quickaccess/e_mod_quickaccess.c 
b/src/modules/quickaccess/e_mod_quickaccess.c
index a3e379c..0148e9d 100644
--- a/src/modules/quickaccess/e_mod_quickaccess.c
+++ b/src/modules/quickaccess/e_mod_quickaccess.c
@@ -624,7 +624,7 @@ _e_qa_event_border_remove_cb(void *data __UNUSED__, int 
type __UNUSED__, E_Event
         e_qa_entry_free(entry);
         return ECORE_CALLBACK_RENEW;
      }
-   else if (entry->config.relaunch) _e_qa_border_new(entry);
+   else if ((!stopping) && entry->config.relaunch) _e_qa_border_new(entry);
    entry->client = NULL;
 
    return ECORE_CALLBACK_RENEW;

-- 


Reply via email to