From 74aaa2feb78132d28625769b60e56d1b0e2c7980 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sat, 28 Jun 2014 17:29:21 +0200 Subject: really apply fix for mga#13492 --- perl-install/ugtk3.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install') diff --git a/perl-install/ugtk3.pm b/perl-install/ugtk3.pm index 4a393ac66..518789b20 100644 --- a/perl-install/ugtk3.pm +++ b/perl-install/ugtk3.pm @@ -321,6 +321,7 @@ sub gtktreeview_children { $model or return; my $p = $model->iter_children($iter); $p or return; + push @l, $p->copy; while ($model->iter_next($p)) { push @l, $p->copy; } -- cgit v1.2.1