]> git.sur5r.net Git - i3/i3/commit
When appending a layout containing a marked container, make sure that any other conta... 1960/head
authorIngo Bürk <ingo.buerk@tngtech.com>
Fri, 25 Sep 2015 17:17:46 +0000 (19:17 +0200)
committerIngo Bürk <ingo.buerk@tngtech.com>
Fri, 25 Sep 2015 17:26:41 +0000 (19:26 +0200)
commitdd7a532160feaae205c39f38cfa3036a85bf8082
tree18376812471afa1927ad4ee71746302914fca790
parentee5db875c28fc902cad68921b572a317ab438233
When appending a layout containing a marked container, make sure that any other containers with the same mark
are unmarked during insertion of the new container.

fixes #1956
include/con.h
src/commands.c
src/con.c
src/load_layout.c