From e41742b093fdb26bcae87e9d5b30d4d7bca93ea9 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Tue, 23 Sep 2003 14:43:57 +0000 Subject: mnemonics by default suck bigtime! --- perl-install/ugtk2.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/ugtk2.pm b/perl-install/ugtk2.pm index 3ef09e956..b47739413 100644 --- a/perl-install/ugtk2.pm +++ b/perl-install/ugtk2.pm @@ -146,7 +146,7 @@ sub gtksetstyle { sub gtkradio { my $def = shift; my $radio; - map { gtkset_active($radio = Gtk2::RadioButton->new($radio ? $radio->get_group : undef, $_), $_ eq $def) } @_; + map { gtkset_active($radio = Gtk2::RadioButton->new_with_label($radio ? $radio->get_group : undef, $_), $_ eq $def) } @_; } sub gtkroot() { -- cgit v1.2.1