summaryrefslogtreecommitdiffstats
path: root/perl-install/harddrake/data.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/harddrake/data.pm')
-rw-r--r--perl-install/harddrake/data.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/harddrake/data.pm b/perl-install/harddrake/data.pm
index 4f48596d5..28f20c90a 100644
--- a/perl-install/harddrake/data.pm
+++ b/perl-install/harddrake/data.pm
@@ -76,7 +76,7 @@ our @tree =
[ "UNKNOWN", , N("Unknown/Others"), "unknown.png", "", \&unknown, 0 ],
[ "PRINTER", , N("Printer"), "hw_printer.png", "$sbindir/printerdrake", sub {
- require printer::detect; printer::detect::detect() }, 0 ],
+ require printer::detect; printer::detect::local_detect() }, 0 ],
[ "SCANNER", , N("Scanner"), "scanner.png", "$sbindir/scannerdrake", sub {
require scanner; scanner::detect() }, 0 ],
[ "MOUSE", , N("Mouse"), "hw_mouse.png", "$sbindir/mousedrake", sub {