From f7b7767b21f34f99a5b245db1314bd060ced9009 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sun, 8 Aug 2004 23:43:44 +0000 Subject: (Gtk2::ComboBox->new_with_strings) make it working --- perl-install/ugtk2.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/ugtk2.pm b/perl-install/ugtk2.pm index fbea04663..7fcdb2c24 100644 --- a/perl-install/ugtk2.pm +++ b/perl-install/ugtk2.pm @@ -1656,7 +1656,7 @@ sub set_popdown_strings { sub new_with_strings { my ($class, $strs, $o_val) = @_; - my $w = $class->new; + my $w = $class->new_text; $w->set_popdown_strings(@$strs); $w->set_text($o_val) if $o_val; $w; -- cgit v1.2.1