diff options
Diffstat (limited to 'perl-install/ugtk3.pm')
-rw-r--r-- | perl-install/ugtk3.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/ugtk3.pm b/perl-install/ugtk3.pm index d9c2b783c..a19356490 100644 --- a/perl-install/ugtk3.pm +++ b/perl-install/ugtk3.pm @@ -558,7 +558,7 @@ sub create_okcancel { gtknew('HButtonBox', spacing => 5, layout => $_->[1], children_loose => [ map { - $_->can_default($::isWizard); + $_->set_can_default($::isWizard); $_; } grep { $_ } @{$_->[0]} ]); |