summaryrefslogtreecommitdiffstats
path: root/source/script-dialog.c
diff options
context:
space:
mode:
authorQC <qball@gmpclient.org>2014-08-03 17:05:06 +0200
committerQC <qball@gmpclient.org>2014-08-03 17:05:06 +0200
commit5ddcac2514cd1ed8218a0688909cdf6dd2571474 (patch)
treea3e9193c83e20bfd275d9c85e7e2d7f3edb61165 /source/script-dialog.c
parentd02f43966ea00f6fa8f4a01ff161c9cc9963267a (diff)
Cleanup previous test commit.
Diffstat (limited to 'source/script-dialog.c')
-rw-r--r--source/script-dialog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/script-dialog.c b/source/script-dialog.c
index 6897e02d..a6eb78e2 100644
--- a/source/script-dialog.c
+++ b/source/script-dialog.c
@@ -134,7 +134,7 @@ SwitcherMode script_switcher_dialog ( char **input, void *data )
unsigned int new_length = 0;
char **new_list = NULL;
int mretv = menu ( list, length, input, prompt, NULL, NULL,
- token_match, NULL, &selected_line );
+ token_match, NULL, &selected_line , FALSE);
if ( mretv == MENU_NEXT ) {
retv = NEXT_DIALOG;