summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2001-04-15 21:31:07 +0000
committerPascal Rigaux <pixel@mandriva.com>2001-04-15 21:31:07 +0000
commit16fa3698b6f7077ec145520a21de055f0083c39b (patch)
tree55747b9925852377e726f6a358ae8fd4c3a9148d /perl-install
parent27dda54e7bff7b81c5c122bde22eb2bd2c818b60 (diff)
downloaddrakx-backup-do-not-use-16fa3698b6f7077ec145520a21de055f0083c39b.tar
drakx-backup-do-not-use-16fa3698b6f7077ec145520a21de055f0083c39b.tar.gz
drakx-backup-do-not-use-16fa3698b6f7077ec145520a21de055f0083c39b.tar.bz2
drakx-backup-do-not-use-16fa3698b6f7077ec145520a21de055f0083c39b.tar.xz
drakx-backup-do-not-use-16fa3698b6f7077ec145520a21de055f0083c39b.zip
(reallyChooseGroups): translate path (eg: Workstation, Server) to make gg happy
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/install_steps_gtk.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps_gtk.pm b/perl-install/install_steps_gtk.pm
index 58be4621c..4847fdb7d 100644
--- a/perl-install/install_steps_gtk.pm
+++ b/perl-install/install_steps_gtk.pm
@@ -279,7 +279,7 @@ sub reallyChooseGroups {
};
my $entries_in_path = sub {
my ($path) = @_;
- $path, map { $entry->($_) } grep { !/Utilities/ && $o->{compssUsers}{$_}{path} eq $path } @{$o->{compssUsersSorted}};
+ translate($path), map { $entry->($_) } grep { !/Utilities/ && $o->{compssUsers}{$_}{path} eq $path } @{$o->{compssUsersSorted}};
};
gtkadd($w->{window},
gtkpack($w->create_box_with_title(_("Package Group Selection")),