diff options
author | Antoine Ginies <aginies@mandriva.com> | 2005-07-13 02:24:32 +0000 |
---|---|---|
committer | Antoine Ginies <aginies@mandriva.com> | 2005-07-13 02:24:32 +0000 |
commit | ba13235a010d02ce25430af1fc0bef719f0241d5 (patch) | |
tree | e67536a8927ffd7513ff7470fc0a3f7e5b714dad /samba_wizard | |
parent | e7b39a967c7ec6f10435e86760621025c5f48a12 (diff) | |
download | drakwizard-ba13235a010d02ce25430af1fc0bef719f0241d5.tar drakwizard-ba13235a010d02ce25430af1fc0bef719f0241d5.tar.gz drakwizard-ba13235a010d02ce25430af1fc0bef719f0241d5.tar.bz2 drakwizard-ba13235a010d02ce25430af1fc0bef719f0241d5.tar.xz drakwizard-ba13235a010d02ce25430af1fc0bef719f0241d5.zip |
hide create mode
Diffstat (limited to 'samba_wizard')
-rwxr-xr-x | samba_wizard/Sambashare.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/samba_wizard/Sambashare.pm b/samba_wizard/Sambashare.pm index 37360bcf..7a88441b 100755 --- a/samba_wizard/Sambashare.pm +++ b/samba_wizard/Sambashare.pm @@ -351,7 +351,7 @@ $o->{pages} = { { label => N("Comment:"), val => \$o->{var}{wiz_home_comment} }, { label => N("Browseable:"), val => \$o->{var}{wiz_home_browseable}, fixed_list => \@yesorno }, { label => N("Writable:"), val => \$o->{var}{wiz_home_writable}, fixed_list => \@yesorno }, - { label => N("Create mode:"), val => \$o->{var}{wiz_home_createmode} }, +# { label => N("Create mode:"), val => \$o->{var}{wiz_home_createmode} }, ], next => 'summary_homeshare', complete => sub { |