diff options
author | Antoine Ginies <aginies@mandriva.com> | 2004-08-04 08:35:50 +0000 |
---|---|---|
committer | Antoine Ginies <aginies@mandriva.com> | 2004-08-04 08:35:50 +0000 |
commit | 9f8cb305ad34a052c2d267157591ca2180def24c (patch) | |
tree | db625d52d7d4585cde6362311ea3a1238d0c4e24 /samba_wizard | |
parent | 2b7aa244ee8193ca6c1437f50329bdf7cbed5685 (diff) | |
download | drakwizard-9f8cb305ad34a052c2d267157591ca2180def24c.tar drakwizard-9f8cb305ad34a052c2d267157591ca2180def24c.tar.gz drakwizard-9f8cb305ad34a052c2d267157591ca2180def24c.tar.bz2 drakwizard-9f8cb305ad34a052c2d267157591ca2180def24c.tar.xz drakwizard-9f8cb305ad34a052c2d267157591ca2180def24c.zip |
fix typo check_printers
Diffstat (limited to 'samba_wizard')
-rwxr-xr-x | samba_wizard/Samba.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/samba_wizard/Samba.pm b/samba_wizard/Samba.pm index 99613c57..0de973d6 100755 --- a/samba_wizard/Samba.pm +++ b/samba_wizard/Samba.pm @@ -177,7 +177,7 @@ $o->{pages} = { $o->{var}{wiz_read_list} ||= get_read(); $o->{var}{wiz_write_list} ||= get_write() }, - post => \&check_printer, + post => \&check_printers, data => [ { label => N("Read list:"), help => N("root, fred, \@users, \@wheel"), val => \$o->{var}{wiz_read_list} }, { label => N("Write list:"), help => N("root, fred, \@users, \@wheel"), val => \$o->{var}{wiz_write_list} }, |