diff options
author | Pascal Rigaux <pixel@mandriva.com> | 1999-11-08 12:50:22 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 1999-11-08 12:50:22 +0000 |
commit | 477f9e81cb3aa78829210942e8185e8146c6cd5e (patch) | |
tree | 9d8a4134a0c54dd54fbf623adff5d039f7a844c6 /perl-install/interactive_gtk.pm | |
parent | 38c803288507d86bfd04daf2f7a4b656f2c7de7b (diff) | |
download | drakx-477f9e81cb3aa78829210942e8185e8146c6cd5e.tar drakx-477f9e81cb3aa78829210942e8185e8146c6cd5e.tar.gz drakx-477f9e81cb3aa78829210942e8185e8146c6cd5e.tar.bz2 drakx-477f9e81cb3aa78829210942e8185e8146c6cd5e.tar.xz drakx-477f9e81cb3aa78829210942e8185e8146c6cd5e.zip |
no_comment
Diffstat (limited to 'perl-install/interactive_gtk.pm')
-rw-r--r-- | perl-install/interactive_gtk.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/interactive_gtk.pm b/perl-install/interactive_gtk.pm index ced261891..fb4d5488c 100644 --- a/perl-install/interactive_gtk.pm +++ b/perl-install/interactive_gtk.pm @@ -54,7 +54,7 @@ sub ask_many_from_list_refW($$$$$) { my ($o, $title, $messages, $list, $val) = @_; my $w = my_gtk->new('', %$o); my $box = gtkpack(new Gtk::VBox(0,0), - map { + map_index { my $i = $::i; my $o = Gtk::CheckButton->new($_); $o->set_active(${$val->[$i]}); |