fix crash in window_jump_to action

SVN revision: 75592
This commit is contained in:
Mike Blumenkrantz 2012-08-23 06:44:23 +00:00
parent 96bef27c6f
commit f5944a4eb3
1 changed files with 1 additions and 0 deletions

View File

@ -1153,6 +1153,7 @@ window_jump_to(const char *params)
l = l->next;
EINA_LIST_FOREACH(l, ll, bd)
{
if (!bd->client.icccm.name) continue;
if (strcmp(bd->client.icccm.name, params)) continue;
/* Jump to the screen the window is on if it isn't on the current screen but
* only if we don't have to warp the pointer anyway */