From e5dbb1eb7abc4f0e63e4da24acbb605eb4a21338 Mon Sep 17 00:00:00 2001 From: damien Date: Mon, 6 Aug 2001 16:02:03 +0000 Subject: corrected gtkradio : shift instead of pop --- perl-install/install_steps_gtk.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 edee069b2..79e8bf79f 100644 --- a/perl-install/install_steps_gtk.pm +++ b/perl-install/install_steps_gtk.pm @@ -157,7 +157,7 @@ sub selectInstallClass1 { my $focused; gtkadd($w->{window}, gtkpack($w->create_box_with_title(_("Please, choose one of the following classes of installation:")), - (my @radios = gtkradio(@$l, $def)), + (my @radios = gtkradio($def, @$l)), gtkadd(create_hbox(), map { my $v = $_; my $b = new Gtk::Button(translate($_)); -- cgit v1.2.1