summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_gtk.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2002-03-11 11:49:42 +0000
committerPascal Rigaux <pixel@mandriva.com>2002-03-11 11:49:42 +0000
commitdb492067befe56305dc4d81c1210687ebc7b8753 (patch)
tree51c3cdc1efb26fb5802ad831df3c203aa6962612 /perl-install/install_steps_gtk.pm
parentc40b2c2150a6e125956b09ddd3a4ee581bf4877b (diff)
downloaddrakx-db492067befe56305dc4d81c1210687ebc7b8753.tar
drakx-db492067befe56305dc4d81c1210687ebc7b8753.tar.gz
drakx-db492067befe56305dc4d81c1210687ebc7b8753.tar.bz2
drakx-db492067befe56305dc4d81c1210687ebc7b8753.tar.xz
drakx-db492067befe56305dc4d81c1210687ebc7b8753.zip
- remove the hack for not displaying Utilities in classic meta_class
- new compssUsers groups for the server meta_class
Diffstat (limited to 'perl-install/install_steps_gtk.pm')
-rw-r--r--perl-install/install_steps_gtk.pm9
1 files changed, 5 insertions, 4 deletions
diff --git a/perl-install/install_steps_gtk.pm b/perl-install/install_steps_gtk.pm
index bca6ed4c1..f801a6fde 100644
--- a/perl-install/install_steps_gtk.pm
+++ b/perl-install/install_steps_gtk.pm
@@ -285,7 +285,7 @@ sub reallyChooseGroups {
};
my $entries_in_path = sub {
my ($path) = @_;
- translate($path), map { $entry->($_) } grep { !/Utilities/ && $o->{compssUsers}{$_}{path} eq $path } @{$o->{compssUsersSorted}};
+ translate($path), map { $entry->($_) } grep { $o->{compssUsers}{$_}{path} eq $path } @{$o->{compssUsersSorted}};
};
gtkadd($w->{window},
gtkpack($w->create_box_with_title(_("Package Group Selection")),
@@ -296,10 +296,11 @@ sub reallyChooseGroups {
$entries_in_path->('Server'),
),
1, gtkpack(new Gtk::VBox(0,0),
- $entry->('Development|Development'),
- $entry->('Development|Documentation'),
- '',
$entries_in_path->('Graphical Environment'),
+ '',
+ $entries_in_path->('Development'),
+ '',
+ $entries_in_path->('Utilities'),
),
) : (
1, gtkpack(new Gtk::VBox(0,0),