From a6ddf60c9562929a7d9da2d972dc5395f075ebfc Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 27 Aug 2008 19:12:31 +0000 Subject: (create_widget) perl_checker fix --- perl-install/interactive/gtk.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/interactive') diff --git a/perl-install/interactive/gtk.pm b/perl-install/interactive/gtk.pm index 6015891f4..87b28a685 100644 --- a/perl-install/interactive/gtk.pm +++ b/perl-install/interactive/gtk.pm @@ -403,7 +403,7 @@ sub create_widget { # handle Install_Buttons: if (ref($w) =~ /Gtk2::HBox/) { ($w) = grep { ref($_) =~ /Gtk2::Label/ } $w->get_children; - }; + } # guard against 'advanced' widgets that are now in their own dialog # (instead of in another block child of an expander): return if !$w; -- cgit v1.2.1