summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/draksec
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2003-07-10 14:36:47 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2003-07-10 14:36:47 +0000
commit59aa711803d9ea1ffe99cd0af8d31bf38b475e85 (patch)
treee20dd69a7713d2eb2d0571d4a3800a436546a080 /perl-install/standalone/draksec
parent2ad44386c5e4c0661b02aaf651ffb4577ecdab25 (diff)
downloaddrakx-backup-do-not-use-59aa711803d9ea1ffe99cd0af8d31bf38b475e85.tar
drakx-backup-do-not-use-59aa711803d9ea1ffe99cd0af8d31bf38b475e85.tar.gz
drakx-backup-do-not-use-59aa711803d9ea1ffe99cd0af8d31bf38b475e85.tar.bz2
drakx-backup-do-not-use-59aa711803d9ea1ffe99cd0af8d31bf38b475e85.tar.xz
drakx-backup-do-not-use-59aa711803d9ea1ffe99cd0af8d31bf38b475e85.zip
fix entry filling
Diffstat (limited to 'perl-install/standalone/draksec')
-rwxr-xr-xperl-install/standalone/draksec2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/draksec b/perl-install/standalone/draksec
index 4ff1b691b..41709d239 100755
--- a/perl-install/standalone/draksec
+++ b/perl-install/standalone/draksec
@@ -131,7 +131,7 @@ $notebook->append_page(gtkshow(gtkpack(new Gtk2::VBox(0, 0),
[ new Gtk2::Label(N("Security Alerts:")),
my $secadmin_check = new Gtk2::CheckButton ],
[ new Gtk2::Label(N("Security Administrator:")),
- my $secadmin_entry = new Gtk2::Entry($msec->get_check_value("MAIL_USER")) ]))),
+ my $secadmin_entry = Gtk2::Entry->new_with_text($msec->get_check_value("MAIL_USER")) ]))),
new Gtk2::Label(N("Basic")));
$secadmin_check->set_active(1) if $msec->get_check_value("MAIL_WARN") eq "yes";