Merge branch 'master' into next

This commit is contained in:
Michael Stapelberg
2011-09-22 20:11:44 +01:00
8 changed files with 28 additions and 14 deletions

View File

@ -544,7 +544,7 @@ kill:
else {
TAILQ_FOREACH(current, &owindows, owindows) {
printf("matching: %p / %s\n", current->con, current->con->name);
tree_close(current->con, $2, false);
tree_close(current->con, $2, false, false);
}
}