From 03288c54501a55daad6e64cda80ecc772c12c8c2 Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Thu, 13 Mar 2003 09:45:25 +0000 Subject: desktop group simplification. --- perl-install/install_steps_gtk.pm | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'perl-install/install_steps_gtk.pm') diff --git a/perl-install/install_steps_gtk.pm b/perl-install/install_steps_gtk.pm index f3e8188d5..b87db9d8c 100644 --- a/perl-install/install_steps_gtk.pm +++ b/perl-install/install_steps_gtk.pm @@ -247,13 +247,8 @@ 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'), + $entries_in_path->('Workstation'), ), ) : ( 1, gtkpack(Gtk2::VBox->new(0, 0), -- cgit v1.2.1