From f5944a4eb3e93c896bc823c6abd5b89ac510fc6f Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Thu, 23 Aug 2012 06:44:23 +0000 Subject: [PATCH] fix crash in window_jump_to action SVN revision: 75592 --- src/bin/e_actions.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/e_actions.c b/src/bin/e_actions.c index 77231aa2c..761f2cb6e 100644 --- a/src/bin/e_actions.c +++ b/src/bin/e_actions.c @@ -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 */