awful.prompt: fix typo
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
2e97991a90
commit
9416bf2419
|
@ -159,7 +159,7 @@ function run(args, textbox, exe_callback, completion_callback, history_path, his
|
||||||
return false
|
return false
|
||||||
elseif key == "j" or key == "m" then
|
elseif key == "j" or key == "m" then
|
||||||
textbox.text = ""
|
textbox.text = ""
|
||||||
exec_callback(command)
|
exe_callback(command)
|
||||||
if done_callback then done_callback() end
|
if done_callback then done_callback() end
|
||||||
return false
|
return false
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue