From 1aeb5e9ce5b741db7c7e5dc1c8accec799576fca Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sun, 8 Aug 2004 23:45:20 +0000 Subject: (row_setting_dialog) do not set hash as string on labels else perl will stringify this very hash thus making draksec crashes with strict pragma --- perl-install/standalone/drakperm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/standalone/drakperm') diff --git a/perl-install/standalone/drakperm b/perl-install/standalone/drakperm index 2eae934b8..a56307ef6 100755 --- a/perl-install/standalone/drakperm +++ b/perl-install/standalone/drakperm @@ -328,7 +328,7 @@ sub row_setting_dialog { gtkpack(gtkset_border_width(Gtk2::HBox->new, 3), gtkadd(Gtk2::VBox->new, Gtk2::Label->new(""), - map { gtkset_tip($tips, Gtk2::Label->new($checks{$_}{label}), $checks{$_}{tip}) } @rights, + map { Gtk2::Label->new($checks{$_}{label}) } @rights, ), (map { my $owner = $_; -- cgit v1.2.1