[coreboot-gerrit] New patch to review for coreboot: d958ec0 kconfig: reversed borderlines in inputbox

Gabe Black (gabeblack@chromium.org) gerrit at coreboot.org
Sun May 26 11:24:24 CEST 2013


Gabe Black (gabeblack at chromium.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/3289

-gerrit

commit d958ec0535c171b44549af4ccfccf4b1b415a79e
Author: Roel Kluin <12o3l at tiscali.nl>
Date:   Thu Mar 20 21:30:32 2008 +0100

    kconfig: reversed borderlines in inputbox
    
    Fix reversal of dlg.border.atr and dlg.dialog.atr for draw_box()
    Makes the inputbox look like expected
    
    Signed-off-by: Roel Kluin <12o3l at tiscali.nl>
    Signed-off-by: Sam Ravnborg <sam at ravnborg.org>
    
    =======
    
    Cherry-picked from the Linux kernel.
    
    Change-Id: I596915aab0204ef0e392fefa56fad8e25204e207
    Signed-off-by: Gabe Black <gabeblack at chromium.org>
---
 util/kconfig/lxdialog/inputbox.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/util/kconfig/lxdialog/inputbox.c b/util/kconfig/lxdialog/inputbox.c
index ef4569f..7c3d818 100644
--- a/util/kconfig/lxdialog/inputbox.c
+++ b/util/kconfig/lxdialog/inputbox.c
@@ -89,7 +89,7 @@ do_resize:
 	box_y = y + 2;
 	box_x = (width - box_width) / 2;
 	draw_box(dialog, y + 1, box_x - 1, 3, box_width + 2,
-		 dlg.border.atr, dlg.dialog.atr);
+		 dlg.dialog.atr, dlg.border.atr);
 
 	print_buttons(dialog, height, width, 0);
 



More information about the coreboot-gerrit mailing list