From 043a265b58a455b5418d48e8e8c0efcf4251868a Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Thu, 6 Mar 2003 16:23:06 +0000 Subject: added desktop groups organization. --- perl-install/install_steps_gtk.pm | 9 +++++++++ 1 file changed, 9 insertions(+) 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'), -- cgit v1.2.1