Luncher: Check popup status on the correct client.

This commit is contained in:
Stephen 'Okra' Houston 2017-02-28 10:58:11 -06:00
parent 96e63d863f
commit 2847c24e69
1 changed files with 1 additions and 1 deletions

View File

@ -1290,7 +1290,7 @@ _bar_cb_exec_client_prop(void *data EINA_UNUSED, int type EINA_UNUSED, E_Event_C
}
else
{
if (ev->ec->netwm.state.skip_taskbar || e_client_util_is_popup(ec))
if (ev->ec->netwm.state.skip_taskbar || e_client_util_is_popup(ev->ec))
skip = EINA_TRUE;
else
skip = EINA_FALSE;