diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2004-08-12 08:13:08 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2004-08-12 08:13:08 +0000 |
commit | 84025b482354270070e0b00d15398ae3ab9e20c7 (patch) | |
tree | b87c9bb5ee7e224239a98cb41b8b733e9a5cddc0 /perl-install | |
parent | f31bc3333e4ae3216722e46a27b20ee0577d7ce3 (diff) | |
download | drakx-84025b482354270070e0b00d15398ae3ab9e20c7.tar drakx-84025b482354270070e0b00d15398ae3ab9e20c7.tar.gz drakx-84025b482354270070e0b00d15398ae3ab9e20c7.tar.bz2 drakx-84025b482354270070e0b00d15398ae3ab9e20c7.tar.xz drakx-84025b482354270070e0b00d15398ae3ab9e20c7.zip |
(basic_seclevel_explanations) explain
Diffstat (limited to 'perl-install')
-rwxr-xr-x | perl-install/standalone/draksec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/standalone/draksec b/perl-install/standalone/draksec index 5435599d9..dc6dcf049 100755 --- a/perl-install/standalone/draksec +++ b/perl-install/standalone/draksec @@ -75,6 +75,7 @@ sub basic_seclevel_explanations() { my $text = Gtk2::TextView->new; use Gtk2::Pango; my %common_opts = ('left-margin' => '10', 'right-margin' => '10'); + # this is a small parser for a Pango Text Attribute Markup Language-like for TextViews widget gtktext_insert($text, [ map { if (s!^/span>!!) { [ $_, \%common_opts ]; |