summaryrefslogtreecommitdiffstats
path: root/bin/draknfs
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2013-11-22 18:42:41 +0100
committerThierry Vignaud <thierry.vignaud@gmail.com>2013-11-24 11:00:48 +0100
commit331742480333c9090d1a7244c565cf02a009dd9d (patch)
treee0695e4f1f472fe6026359a2b4227c50f44841fd /bin/draknfs
parentee8db3f2972eeb83540f57f1d528315265c47253 (diff)
downloaddrakx-net-331742480333c9090d1a7244c565cf02a009dd9d.tar
drakx-net-331742480333c9090d1a7244c565cf02a009dd9d.tar.gz
drakx-net-331742480333c9090d1a7244c565cf02a009dd9d.tar.bz2
drakx-net-331742480333c9090d1a7244c565cf02a009dd9d.tar.xz
drakx-net-331742480333c9090d1a7244c565cf02a009dd9d.zip
OptionMenu has been deprecated prior to Gtk3
Diffstat (limited to 'bin/draknfs')
-rwxr-xr-xbin/draknfs4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/draknfs b/bin/draknfs
index 21ee663..c00b7c8 100755
--- a/bin/draknfs
+++ b/bin/draknfs
@@ -242,9 +242,9 @@ sub add_modify_entry {
undef $i; undef $iter;
$_ = gtknew('Entry') foreach $dir, $options;
- $_ = Gtk3::OptionMenu->new foreach $lr, $luserid, $lsecure, $lsync, $lsubtree_check;
+ $_ = Gtk3::ComboBoxText->new foreach $lr, $luserid, $lsecure, $lsync, $lsubtree_check;
- $access = Gtk3::ComboBox->new;
+ $access = Gtk3::ComboBoxText->new;
# $access = gtknew('ComboBox');
my @access_list = get_access_list();
# foreach (@access_list) {