awful.menu: Add missing "local" declaration

Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
Uli Schlachter 2013-12-26 16:13:01 +01:00
parent 77e92e17a1
commit 2936f63d67
1 changed files with 1 additions and 1 deletions

View File

@ -458,7 +458,7 @@ end
-- @param _menu Menu table, see new() function for more informations
-- @return The menu.
function menu:clients(args) -- FIXME crude api
_menu = self or {}
local _menu = self or {}
local cls = capi.client.get()
local cls_t = {}
for k, c in pairs(cls) do