Fix a code-typo that prevented auto-sizing of the dialog.

This commit is contained in:
Devin Teske 2014-03-14 03:15:02 +00:00
parent 9883318f10
commit 072b47f31c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=263144

View File

@ -301,7 +301,7 @@ f_dialog_input_group_members()
\"\$DIALOG_BACKTITLE\" \
\"\$__prompt\" \
\"\$__hline\" \
$menu_list
$__menu_list
local __menu_choice __retval
while :; do