summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntoine Ginies <aginies@mandriva.com>2005-07-13 02:24:32 +0000
committerAntoine Ginies <aginies@mandriva.com>2005-07-13 02:24:32 +0000
commitba13235a010d02ce25430af1fc0bef719f0241d5 (patch)
treee67536a8927ffd7513ff7470fc0a3f7e5b714dad
parente7b39a967c7ec6f10435e86760621025c5f48a12 (diff)
downloaddrakwizard-ba13235a010d02ce25430af1fc0bef719f0241d5.tar
drakwizard-ba13235a010d02ce25430af1fc0bef719f0241d5.tar.gz
drakwizard-ba13235a010d02ce25430af1fc0bef719f0241d5.tar.bz2
drakwizard-ba13235a010d02ce25430af1fc0bef719f0241d5.tar.xz
drakwizard-ba13235a010d02ce25430af1fc0bef719f0241d5.zip
hide create mode
-rwxr-xr-xsamba_wizard/Sambashare.pm2
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 {