From f19e35a2d515a311a970771a39485d7559b7021d Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 8 Aug 2002 11:53:10 +0000 Subject: - remove the icons in reallyChooseGroups - add the LSB group --- perl-install/install_steps_gtk.pm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/perl-install/install_steps_gtk.pm b/perl-install/install_steps_gtk.pm index 9fc63db6e..62648a1f1 100644 --- a/perl-install/install_steps_gtk.pm +++ b/perl-install/install_steps_gtk.pm @@ -232,8 +232,8 @@ sub reallyChooseGroups { $w_size->set(&$size_to_display); }); gtkset_tip($tips, $check, $help); - gtkpack_(new Gtk::HBox(0,0), 0, gtkpng($file), 1, $check); - #$check; + #gtkpack_(new Gtk::HBox(0,0), 0, gtkpng($file), 1, $check); + $check; }; my $entries_in_path = sub { my ($path) = @_; @@ -260,6 +260,7 @@ sub reallyChooseGroups { '', $entry->('Development|Development'), $entry->('Development|Documentation'), + $entry->('Development|LSB'), ), 0, gtkpack(new Gtk::VBox(0,0), $entries_in_path->('Server'), -- cgit v1.2.1