menubar: Fix missing exe_callback in args table (#1173)
Signed-off-by: Haochen Tong <i@hexchain.org>
This commit is contained in:
parent
6b90ed7e73
commit
a6af703c5d
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue