Fix a code typo (missing `eval') which lead to improperly-sized menu when
displaying packages (menu was always maximum height). The problem was introduced by SVN r251232.
This commit is contained in:
parent
05bd8e50ac
commit
83822902c2
@ -464,7 +464,7 @@ f_package_menu_select()
|
||||
"$page" "$npages" )"
|
||||
|
||||
local mheight mwidth mrows
|
||||
f_dialog_menu${SHOW_DESC:+_with_help}_size mheight mwidth mrows \
|
||||
eval f_dialog_menu${SHOW_DESC:+_with_help}_size mheight mwidth mrows \
|
||||
\"\$DIALOG_TITLE\" \"\$DIALOG_BACKTITLE\" \
|
||||
\"\$prompt\" \"\$hline\" $menu_list
|
||||
local iheight iwidth
|
||||
|
Loading…
Reference in New Issue
Block a user