dont rm focus when i actually found something to fall back to with the pointer

This commit is contained in:
Dana Jansens 2003-03-28 00:16:36 +00:00
parent fe882632d3
commit b23c66afd1

View file

@ -134,8 +134,7 @@ void focus_fallback(gboolean switching_desks)
if (client_focus(it->data))
break;
}
if (it == NULL) /* nothing to focus */
focus_set_client(NULL);
}
if (it == NULL) /* nothing to focus */
focus_set_client(NULL);
}