summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2002-08-08 11:53:10 +0000
committerPascal Rigaux <pixel@mandriva.com>2002-08-08 11:53:10 +0000
commitf19e35a2d515a311a970771a39485d7559b7021d (patch)
tree1ac81fa7c43f74971e2df0a9f34e0db2df966770
parent1a9643beb30e238fda21978d41e8c7af6b18cffb (diff)
downloaddrakx-backup-do-not-use-f19e35a2d515a311a970771a39485d7559b7021d.tar
drakx-backup-do-not-use-f19e35a2d515a311a970771a39485d7559b7021d.tar.gz
drakx-backup-do-not-use-f19e35a2d515a311a970771a39485d7559b7021d.tar.bz2
drakx-backup-do-not-use-f19e35a2d515a311a970771a39485d7559b7021d.tar.xz
drakx-backup-do-not-use-f19e35a2d515a311a970771a39485d7559b7021d.zip
- remove the icons in reallyChooseGroups
- add the LSB group
-rw-r--r--perl-install/install_steps_gtk.pm5
1 files 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'),