Fix misuse of @deprecated tag
Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
parent
b73f9e963c
commit
3f2bcfdb97
|
@ -467,7 +467,7 @@ end
|
||||||
--- Get a menubar wibox.
|
--- Get a menubar wibox.
|
||||||
-- @tparam[opt] screen scr Screen.
|
-- @tparam[opt] screen scr Screen.
|
||||||
-- @return menubar wibox.
|
-- @return menubar wibox.
|
||||||
-- @deprecated If you know what this actually does, please tell us
|
-- @deprecated get
|
||||||
function menubar.get(scr)
|
function menubar.get(scr)
|
||||||
awful.util.deprecate("Use menubar.show() instead", { deprecated_in = 5 })
|
awful.util.deprecate("Use menubar.show() instead", { deprecated_in = 5 })
|
||||||
menubar.refresh(scr)
|
menubar.refresh(scr)
|
||||||
|
|
Loading…
Reference in New Issue