From 969e3fb5de5333115ddd4a54c84a5f96b55b095d Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 18 Nov 2013 01:41:34 +0100 Subject: s/Gtk3::Combo/Gtk3::ComboBox/ --- bin/draknfs | 2 +- lib/network/drakconnect/global.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/draknfs b/bin/draknfs index 2a60db1..6a73b7a 100755 --- a/bin/draknfs +++ b/bin/draknfs @@ -258,7 +258,7 @@ sub add_modify_entry { $_ = gtknew('Entry') foreach $dir, $options; $_ = Gtk3::OptionMenu->new foreach $lr, $luserid, $lsecure, $lsync, $lsubtree_check; - $access = Gtk3::Combo->new; + $access = Gtk3::ComboBox->new; # $access = gtknew('ComboBox'); my @access_list = get_access_list(); # foreach (@access_list) { diff --git a/lib/network/drakconnect/global.pm b/lib/network/drakconnect/global.pm index 28fb651..525544e 100644 --- a/lib/network/drakconnect/global.pm +++ b/lib/network/drakconnect/global.pm @@ -59,7 +59,7 @@ Run the \"%s\" assistant from the Mageia Control Center", N("Set up a new networ map { my $c; if (defined $_->[2]) { - $c = Gtk3::Combo->new; + $c = Gtk3::ComboBox->new; $c->set_popdown_strings(@{$_->[2]}); $infos[2*$i+1] = $c->entry; } else { -- cgit v1.2.1