summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2021-06-08 21:20:09 +0200
committerDave Davenport <qball@gmpclient.org>2021-06-08 21:20:09 +0200
commitd18a887f03dc8ca6db5398d5a9886474fd4cd142 (patch)
tree627db6e71686c9c942da314b5949d756de25afb9
parentc2551727027ced8a7936d23212b3662d88a9bab3 (diff)
[Combi] Disable completer.
-rw-r--r--source/dialogs/combi.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/dialogs/combi.c b/source/dialogs/combi.c
index cef3a3ef..dd9d4082 100644
--- a/source/dialogs/combi.c
+++ b/source/dialogs/combi.c
@@ -172,6 +172,8 @@ static ModeMode combi_mode_result ( Mode *sw, int mretv, char **input, unsigned
}
return MODE_EXIT;
}
+ } else if ( ( mretv& MENU_COMPLETE) ) {
+ return RELOAD_DIALOG;
}
for ( unsigned i = 0; i < pd->num_switchers; i++ ) {