diff options
author | Francois Pons <fpons@mandriva.com> | 2003-03-13 09:45:25 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2003-03-13 09:45:25 +0000 |
commit | 03288c54501a55daad6e64cda80ecc772c12c8c2 (patch) | |
tree | 8956138fbe91950b4444d47f30ca962f73cb6bab | |
parent | 27fcb2c19e4b9ecf72f15a138db936a1346845a9 (diff) | |
download | drakx-03288c54501a55daad6e64cda80ecc772c12c8c2.tar drakx-03288c54501a55daad6e64cda80ecc772c12c8c2.tar.gz drakx-03288c54501a55daad6e64cda80ecc772c12c8c2.tar.bz2 drakx-03288c54501a55daad6e64cda80ecc772c12c8c2.tar.xz drakx-03288c54501a55daad6e64cda80ecc772c12c8c2.zip |
desktop group simplification.
-rw-r--r-- | perl-install/install_steps_gtk.pm | 7 |
1 files changed, 1 insertions, 6 deletions
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), |