summaryrefslogtreecommitdiffstats
path: root/source/dialogs/run.c
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2015-11-24 13:59:35 +0100
committerDave Davenport <qball@gmpclient.org>2015-11-24 13:59:35 +0100
commitfa2bcd778c9840f660c28f007c1bd1456a8a7eb7 (patch)
tree7801496ff30e353efbdca0cebc7a74bf5f63b658 /source/dialogs/run.c
parentbdeb57a2c4cf88e2fab7ce03db35ae4be7b6fb8c (diff)
Fix for complete issue #273.
- Add complete handler.
Diffstat (limited to 'source/dialogs/run.c')
-rw-r--r--source/dialogs/run.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/dialogs/run.c b/source/dialogs/run.c
index 5ba2fd5b..00e54a5c 100644
--- a/source/dialogs/run.c
+++ b/source/dialogs/run.c
@@ -354,6 +354,7 @@ Switcher run_mode =
.destroy = run_mode_destroy,
.token_match = run_token_match,
.mgrv = mgrv,
+ .get_completion = NULL,
.is_not_ascii = run_is_not_ascii,
.private_data = NULL,
.free = NULL