diff options
Diffstat (limited to 'perl-install/standalone/drakperm')
-rwxr-xr-x | perl-install/standalone/drakperm | 2 |
1 files changed, 1 insertions, 1 deletions
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 = $_; |