summaryrefslogtreecommitdiffstats
path: root/perl-install/interactive_gtk.pm
diff options
context:
space:
mode:
authorpad <pad@mandriva.com>1999-09-03 19:09:37 +0000
committerpad <pad@mandriva.com>1999-09-03 19:09:37 +0000
commitcbbd92b8597a4cd4698c453fd2cf622118043c56 (patch)
tree1285a9b54be1d7517e2ac6621182962ba5ae5fbd /perl-install/interactive_gtk.pm
parent7f2bd60493fd6a5830c5687d773007a3df74a914 (diff)
downloaddrakx-backup-do-not-use-cbbd92b8597a4cd4698c453fd2cf622118043c56.tar
drakx-backup-do-not-use-cbbd92b8597a4cd4698c453fd2cf622118043c56.tar.gz
drakx-backup-do-not-use-cbbd92b8597a4cd4698c453fd2cf622118043c56.tar.bz2
drakx-backup-do-not-use-cbbd92b8597a4cd4698c453fd2cf622118043c56.tar.xz
drakx-backup-do-not-use-cbbd92b8597a4cd4698c453fd2cf622118043c56.zip
better printing support
Diffstat (limited to 'perl-install/interactive_gtk.pm')
-rw-r--r--perl-install/interactive_gtk.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/interactive_gtk.pm b/perl-install/interactive_gtk.pm
index fcebb2b08..7d5397ba1 100644
--- a/perl-install/interactive_gtk.pm
+++ b/perl-install/interactive_gtk.pm
@@ -84,7 +84,7 @@ sub ask_from_entries_refW {
};
$entry->signal_connect(changed => $update);
$entry->set_text(${$_[1]}) if ${$_[1]};
- $entry->set_visibility(0) if $_[0] =~ /password/;
+ $entry->set_visibility(0) if $_[0] =~ /password/i;
&$update;
[($_[0], $entry)];
} $l, $val;