summaryrefslogtreecommitdiffstats
path: root/perl-install/security
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2002-12-04 14:24:12 +0000
committerPascal Rigaux <pixel@mandriva.com>2002-12-04 14:24:12 +0000
commit823defcb7c1e66a5aafb9d94ca9c7ecef238f12c (patch)
treef3a4fe45b474e0e3df39766eb2c20ccc3e8567e9 /perl-install/security
parent6d36a83b8a0fd5473fa6adb53bbda221067aafd2 (diff)
downloaddrakx-823defcb7c1e66a5aafb9d94ca9c7ecef238f12c.tar
drakx-823defcb7c1e66a5aafb9d94ca9c7ecef238f12c.tar.gz
drakx-823defcb7c1e66a5aafb9d94ca9c7ecef238f12c.tar.bz2
drakx-823defcb7c1e66a5aafb9d94ca9c7ecef238f12c.tar.xz
drakx-823defcb7c1e66a5aafb9d94ca9c7ecef238f12c.zip
syntax changes to make perl_checker happy
Diffstat (limited to 'perl-install/security')
-rw-r--r--perl-install/security/main.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/security/main.pm b/perl-install/security/main.pm
index 20b3af2eb..9aa4b4038 100644
--- a/perl-install/security/main.pm
+++ b/perl-install/security/main.pm
@@ -108,7 +108,7 @@ sub draksec_main {
$notebook->append_page(gtkpack(my $basic_page = new Gtk2::VBox(0, 0),
basic_seclevel_explanations($msec),
- create_packtable ($common_opts,
+ create_packtable($common_opts,
[ basic_seclevel_option(\$seclevel_entry, $msec) ],
[ new Gtk2::Label(N("Security Alerts:")),
my $secadmin_check = new Gtk2::CheckButton ],