From 67ee41ad6d3cbd137e390e61a17eac8eaddc30fa Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Tue, 17 Feb 2009 11:55:55 +0000 Subject: [editbox] Allow for password widgets that do not display their contents --- src/hci/tui/settings_ui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/hci/tui') diff --git a/src/hci/tui/settings_ui.c b/src/hci/tui/settings_ui.c index 0907bfd32..4ab382704 100644 --- a/src/hci/tui/settings_ui.c +++ b/src/hci/tui/settings_ui.c @@ -123,7 +123,7 @@ static void load_setting ( struct setting_widget *widget ) { init_editbox ( &widget->editbox, widget->value, sizeof ( widget->value ), NULL, widget->row, ( widget->col + offsetof ( struct setting_row, value )), - sizeof ( ( ( struct setting_row * ) NULL )->value ) ); + sizeof ( ( ( struct setting_row * ) NULL )->value ), 0); } /** -- cgit v1.2.3-55-g7522