From ee9e8b5e1ca24ea5673582c1a201b5d1bd8169a8 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 17 Jul 2003 18:56:36 +0000 Subject: perl_checker fix --- perl-install/interactive/gtk.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/interactive/gtk.pm b/perl-install/interactive/gtk.pm index c0d14530c..eafbf1122 100644 --- a/perl-install/interactive/gtk.pm +++ b/perl-install/interactive/gtk.pm @@ -135,7 +135,7 @@ sub create_treeview_list { my $nb = find_index { $_ eq $v } @{$e->{list}}; my ($old_path) = $list_tv->get_cursor; if (!$old_path || $nb != $old_path->to_string) { - $select->(my $path = Gtk2::TreePath->new_from_string($nb)); + $select->(Gtk2::TreePath->new_from_string($nb)); } undef $old_path if $old_path; }; -- cgit v1.2.1