revolution: update tag creation accordingly to the new tag API

This commit is contained in:
Arnaud Fontaine 2008-12-30 19:38:14 +01:00
parent 7e6e50b1c5
commit 2a882803ec
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ function revelation(class, fn, s)
return
end
local tag = capi.tag({ name = "Revelation" })
local tag = capi.tag("Revelation")
tag.screen = screen
layout_fn(tag, #clients)