menubar: Fix missing exe_callback in args table (#1173)

Signed-off-by: Haochen Tong <i@hexchain.org>
This commit is contained in:
Haochen Tong 2016-10-18 12:40:47 +08:00
parent 6b90ed7e73
commit a6af703c5d
1 changed files with 1 additions and 0 deletions

View File

@ -444,6 +444,7 @@ function menubar.show(scr)
awful.prompt.run(setmetatable({
prompt = "Run: ",
textbox = instance.prompt.widget,
exe_callback = function() end,
completion_callback = awful.completion.shell,
history_path = awful.util.get_cache_dir() .. "/history_menu",
done_callback = menubar.hide,