Fix a broken deprecation warning (#1164)
Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
parent
fd3daf54b3
commit
c9f085f439
|
@ -528,7 +528,7 @@ end
|
||||||
-- @param[opt] t tag object
|
-- @param[opt] t tag object
|
||||||
-- @return Screen number
|
-- @return Screen number
|
||||||
function tag.getscreen(t)
|
function tag.getscreen(t)
|
||||||
util.deprecate("Use t.screen instead of awful.tag.setscreen(t, s)")
|
util.deprecate("Use t.screen instead of awful.tag.getscreen(t)")
|
||||||
|
|
||||||
-- A new getter is not required
|
-- A new getter is not required
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue