summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/draknfs2
-rw-r--r--lib/network/drakconnect/global.pm2
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 {