diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2008-04-28 20:29:43 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-04-28 20:29:43 -0400 |
commit | f05c463be51898e745c4aa8245b05e25d73fa975 (patch) | |
tree | 7a5502f06f113eef9bef25c6a33cc6a419953b4a /scripts/kconfig/lxdialog | |
parent | 8da56309f04d76a474791fd27b33ddd52062bcd6 (diff) | |
parent | 5a1aa8a1aff6191ecc55f21d8b5f0e47108ed91b (diff) |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild
* git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild:
kconfig: add named choice group
kconfig: fix choice dependency check
kconifg: 'select' considered less evil
dontdiff: ignore timeconst.h
dontdiff: add modules.order
kbuild: fix unportability in gen_initramfs_list.sh
kbuild: fix help output to show correct arch
kbuild: show defconfig subdirs in make help
kconfig: reversed borderlines in inputbox
Diffstat (limited to 'scripts/kconfig/lxdialog')
-rw-r--r-- | scripts/kconfig/lxdialog/inputbox.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/kconfig/lxdialog/inputbox.c b/scripts/kconfig/lxdialog/inputbox.c index 4946bd02b46d..616c60138183 100644 --- a/scripts/kconfig/lxdialog/inputbox.c +++ b/scripts/kconfig/lxdialog/inputbox.c | |||
@@ -89,7 +89,7 @@ do_resize: | |||
89 | box_y = y + 2; | 89 | box_y = y + 2; |
90 | box_x = (width - box_width) / 2; | 90 | box_x = (width - box_width) / 2; |
91 | draw_box(dialog, y + 1, box_x - 1, 3, box_width + 2, | 91 | draw_box(dialog, y + 1, box_x - 1, 3, box_width + 2, |
92 | dlg.border.atr, dlg.dialog.atr); | 92 | dlg.dialog.atr, dlg.border.atr); |
93 | 93 | ||
94 | print_buttons(dialog, height, width, 0); | 94 | print_buttons(dialog, height, width, 0); |
95 | 95 | ||