diff options
author | Francois Pons <fpons@mandriva.com> | 2003-03-06 16:23:06 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2003-03-06 16:23:06 +0000 |
commit | 043a265b58a455b5418d48e8e8c0efcf4251868a (patch) | |
tree | 03316743e4e3791850e12480a98223d3ca271ac7 /perl-install/install_steps_gtk.pm | |
parent | 77f93ab4c0ae5e8a6244287866ca0b4ea4ea2104 (diff) | |
download | drakx-043a265b58a455b5418d48e8e8c0efcf4251868a.tar drakx-043a265b58a455b5418d48e8e8c0efcf4251868a.tar.gz drakx-043a265b58a455b5418d48e8e8c0efcf4251868a.tar.bz2 drakx-043a265b58a455b5418d48e8e8c0efcf4251868a.tar.xz drakx-043a265b58a455b5418d48e8e8c0efcf4251868a.zip |
added desktop groups organization.
Diffstat (limited to 'perl-install/install_steps_gtk.pm')
-rw-r--r-- | perl-install/install_steps_gtk.pm | 9 |
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'), |