From ade0e6c6bf7e5cbcddced1abc543d7b5814a2137 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 5 Oct 2004 02:15:25 +0000 Subject: (Gtk2::ComboBox->set_text) do not die in official release --- 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 69b698ba4..5883d4cc0 100644 --- a/perl-install/ugtk2.pm +++ b/perl-install/ugtk2.pm @@ -1685,7 +1685,7 @@ sub set_text { my $val_index = find_index { $_ eq $val } @{$w->{strings}}; $w->set_active($val_index); }; - internal_error(qq(impossible to lookup "$val":\n\t) . chomp_($@)) if $@; + # internal_error(qq(impossible to lookup "$val":\n\t) . chomp_($@)) if $@; } -- cgit v1.2.1