discomfitor pushed a commit to branch master.

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

commit 08cb4826ad7c32749f03db7978b8d7e8bfaf0850
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 252ab63..0004aaa 100644
--- a/src/modules/quickaccess/e_mod_quickaccess.c
+++ b/src/modules/quickaccess/e_mod_quickaccess.c
@@ -621,7 +621,7 @@ _e_qa_event_border_remove_cb(void *data EINA_UNUSED, int 
type EINA_UNUSED, E_Eve
         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