summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2003-03-06 16:23:06 +0000
committerFrancois Pons <fpons@mandriva.com>2003-03-06 16:23:06 +0000
commit043a265b58a455b5418d48e8e8c0efcf4251868a (patch)
tree03316743e4e3791850e12480a98223d3ca271ac7
parent77f93ab4c0ae5e8a6244287866ca0b4ea4ea2104 (diff)
downloaddrakx-backup-do-not-use-043a265b58a455b5418d48e8e8c0efcf4251868a.tar
drakx-backup-do-not-use-043a265b58a455b5418d48e8e8c0efcf4251868a.tar.gz
drakx-backup-do-not-use-043a265b58a455b5418d48e8e8c0efcf4251868a.tar.bz2
drakx-backup-do-not-use-043a265b58a455b5418d48e8e8c0efcf4251868a.tar.xz
drakx-backup-do-not-use-043a265b58a455b5418d48e8e8c0efcf4251868a.zip
added desktop groups organization.
-rw-r--r--perl-install/install_steps_gtk.pm9
1 files changed, 9 insertions, 0 deletions
diff --git a/perl-install/install_steps_gtk.pm b/perl-install/install_steps_gtk.pm
index 96f0f3947..1b5aa6862 100644
--- a/perl-install/install_steps_gtk.pm
+++ b/perl-install/install_steps_gtk.pm
@@ -246,6 +246,15 @@ sub reallyChooseGroups {
'',
$entries_in_path->('Utilities'),
),
+ ) : $o->{meta_class} eq 'desktop' ? (
+ 1, gtkpack(Gtk2::VBox->new(0, 0),
+ $entries_in_path->('Workstation'),
+ ),
+ 0, gtkpack(Gtk2::VBox->new(0, 0),
+ $entry->('Development|Documentation'),
+ '',
+ $entries_in_path->('Graphical Environment'),
+ ),
) : (
1, gtkpack(Gtk2::VBox->new(0, 0),
$entries_in_path->('Workstation'),