1 |
diff -Nur -x '*.orig' -x '*.rej' e-smith-lib-1.18.0/root/usr/lib/perl5/site_perl/esmith/console.pm mezzanine_patched_e-smith-lib-1.18.0/root/usr/lib/perl5/site_perl/esmith/console.pm |
2 |
--- e-smith-lib-1.18.0/root/usr/lib/perl5/site_perl/esmith/console.pm 2007-02-22 17:53:21.000000000 -0500 |
3 |
+++ mezzanine_patched_e-smith-lib-1.18.0/root/usr/lib/perl5/site_perl/esmith/console.pm 2007-02-22 17:52:39.000000000 -0500 |
4 |
@@ -285,12 +285,12 @@ |
5 |
my $left = defined $params{left} ? $params{left} : gettext("Back"); |
6 |
my $right = defined $params{right} ? $params{right} : gettext("Next"); |
7 |
|
8 |
- $self->whiptail ("--title", $title, |
9 |
+ $self->dialog ("--title", $title, |
10 |
"--clear", |
11 |
- "--password", |
12 |
+ "--insecure", |
13 |
"--cancel-label", $left, |
14 |
"--ok-label", $right, |
15 |
- "--inputbox", "\n" . $message_box, |
16 |
+ "--passwordbox", "\n" . $message_box, |
17 |
SCREEN_ROWS, |
18 |
SCREEN_COLUMNS, |
19 |
); |