From 952b39dd1f18221fa66a2455655ce7b5609fd8ab Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 29 Aug 2008 13:44:45 +0000 Subject: (reallyChooseGroups) move size label --- perl-install/install/NEWS | 1 + perl-install/install/steps_gtk.pm | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 }), ]), ]), -- cgit v1.2.1