From: Ingo Bürk Date: Sat, 23 Apr 2016 11:43:23 +0000 (+0200) Subject: Update "mark" to "marks" in i3-save-tree. (#2308) X-Git-Tag: 4.13~89 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=42a3371013a66729d808e9cf535b8a3abd43ab58;p=i3%2Fi3 Update "mark" to "marks" in i3-save-tree. (#2308) When allowing multiple marks on a container, we renamed the "mark" field to "marks". This breaks i3-save-tree which will now filter out the marks on a window because it doesn't match anymore. This commit fixes that issue. Thanks to /u/xenomachina for hinting to this issue. --- diff --git a/i3-save-tree b/i3-save-tree index b00e1fe1..1e56a045 100755 --- a/i3-save-tree +++ b/i3-save-tree @@ -98,7 +98,7 @@ my %allowed_keys = map { ($_, 1) } qw( name geometry window_properties - mark + marks rect );