do not relaunch relaunchable quickaccess windows during logout

fix T2492
This commit is contained in:
Mike Blumenkrantz 2015-08-19 14:36:20 -04:00
parent d631bef3eb
commit 08cb4826ad
1 changed files with 1 additions and 1 deletions

View File

@ -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;