diff options
-rw-r--r-- | perl-install/install/NEWS | 1 | ||||
-rw-r--r-- | perl-install/install/steps_gtk.pm | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 2c5e666cc..9e513f21b 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,5 +1,6 @@ - fix buggy blocking wait_message occuring in summary (#42062) - diskdrake: use udevadm settle instead of udevsettle +- refresh "Package Group Selection" step Version 11.27 - 28 August 2008 diff --git a/perl-install/install/steps_gtk.pm b/perl-install/install/steps_gtk.pm index a32a195e6..269f382ed 100644 --- a/perl-install/install/steps_gtk.pm +++ b/perl-install/install/steps_gtk.pm @@ -305,9 +305,9 @@ sub reallyChooseGroups { 0, if_($individual, gtknew('CheckButton', text => N("Individual package selection"), active_ref => $individual), ), + 0, $w_size, 0, gtknew('HBox', children_loose => [ gtknew('Button', text => N("Help"), clicked => $o->interactive_help_sub_display_id('choosePackages')), - $w_size, gtknew('Button', text => N("Next"), clicked => sub { Gtk2->main_quit }), ]), ]), |