awful.prompt: fix typo

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Julien Danjou 2008-11-13 14:00:21 +01:00
parent 2e97991a90
commit 9416bf2419
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ function run(args, textbox, exe_callback, completion_callback, history_path, his
return false
elseif key == "j" or key == "m" then
textbox.text = ""
exec_callback(command)
exe_callback(command)
if done_callback then done_callback() end
return false
end