diff options
-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 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; |