awful.tag: Fix mistakes from cd0503f55

This commit is contained in:
Emmanuel Lepage Vallee 2016-01-19 17:52:08 -05:00
parent 502c3631d2
commit 1f5dae8c18
1 changed files with 2 additions and 0 deletions

View File

@ -425,6 +425,8 @@ function tag.setlayout(layout, t)
if instance.is_dynamic then
data.dynamic_cache[t][layout] = instance
end
layout = instance
end
tag.setproperty(t, "layout", layout, true)