diff options
Diffstat (limited to 'bin/draknfs')
-rwxr-xr-x | bin/draknfs | 4 |
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) { |