Merge branch 'master' into next

next
Michael Stapelberg 2011-08-28 17:41:23 +02:00
commit 57e7266da4
1 changed files with 4 additions and 1 deletions

View File

@ -248,7 +248,10 @@ void dump_node(yajl_gen gen, struct Con *con, bool inplace_restart) {
dump_rect(gen, "geometry", con->geometry);
ystr("name");
ystr(con->name);
if (con->window && con->window->name_json)
ystr(con->window->name_json);
else
ystr(con->name);
if (con->type == CT_WORKSPACE) {
ystr("num");