awful.menu: fix custom keybindings

Signed-off-by: Gregor Best <farhaven@googlemail.com>
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Gregor Best 2009-03-30 23:46:11 +02:00 committed by Julien Danjou
parent e9acefa24e
commit addfd7b39f
1 changed files with 1 additions and 1 deletions

View File

@ -341,7 +341,7 @@ function new(menu, parent, num)
local data = {} local data = {}
if not menu_keys.up then if not menu_keys.up then
setkeys() setkeys(menu.keys)
end end
data.items = {} data.items = {}