From a2e2b6f40d41586bf073bd1c156ec8b8eb7ef27d Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 18 Nov 2013 01:41:34 +0100 Subject: Gtk3::ComboBox->new_text => Gtk3::ComboBoxText->new --- bin/drakconnect-old | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/drakconnect-old b/bin/drakconnect-old index 10d5a0b..9c13fe0 100755 --- a/bin/drakconnect-old +++ b/bin/drakconnect-old @@ -224,7 +224,7 @@ Configure them first by clicking on 'Configure'"))); $vbox_local->pack_start($infos[2*$i], 1, 1, 0); my $c; if (defined $j->[2]) { - $c = Gtk3::ComboBox->new_text; + $c = Gtk3::ComboBoxText->new; $c->set_popdown_strings(@{$j->[2]}); $infos[2*$i+1] = $c->entry; $infos[2*$i]->pack_start($c,0,0,0); -- cgit v1.2.1