Bugfix: Don’t set focus when unmapping clients if the workspace is not active (Thanks Mirko)

This fixes ticket #53 because current workspace was set to the
workspace which was deleted.
This commit is contained in:
Michael Stapelberg
2009-06-07 19:09:39 +02:00
parent 2330c20092
commit 2f334c3f59
2 changed files with 8 additions and 3 deletions

View File

@ -890,7 +890,7 @@ void parse_command(xcb_connection_t *conn, const char *command) {
}
if (*rest == '\0') {
/* No rest? This was a tag number, not a times specification */
/* No rest? This was a workspace number, not a times specification */
show_workspace(conn, times);
return;
}