From 8477be7396561256695beb87e4cbd54f1e392bc9 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 9 Oct 2013 17:19:21 +0200 Subject: Gtk3::ComboBoxEntry->new_text -> Gtk3::ComboBoxText->new_with_entry --- perl-install/interactive/gtk.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/interactive') diff --git a/perl-install/interactive/gtk.pm b/perl-install/interactive/gtk.pm index ffe3d96e4..5a8f00ba7 100644 --- a/perl-install/interactive/gtk.pm +++ b/perl-install/interactive/gtk.pm @@ -522,7 +522,7 @@ sub create_widget { first($w->get_child->get_cells)->set_property('ellipsize', 'end') if !$e->{do_not_ellipsize}; $w->set_wrap_width($e->{gtk}{wrap_width}) if exists $e->{gtk}{wrap_width}; } else { - $w = Gtk3::ComboBoxEntry->new_text; + $w = Gtk3::ComboBoxText->new_with_entry; ($real_w, $w) = ($w, $w->get_child); } $real_w->set_popdown_strings(@formatted_list); -- cgit v1.2.1