summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xperl-install/standalone/harddrake22
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/harddrake2 b/perl-install/standalone/harddrake2
index 2fbf2ab3e..f33a8cccb 100755
--- a/perl-install/standalone/harddrake2
+++ b/perl-install/standalone/harddrake2
@@ -206,7 +206,7 @@ foreach (@harddrake::data::tree) {
next if $Ident =~ /PRINTER/ && !$options{PRINTERS_DETECTION};
my @devices = &$detector;
- next unless listlength(@devices); # Skip empty class (no devices)
+ next unless @devices; # Skip empty class (no devices)
my $parent_iter = $tree_model->append_set(undef, [ 0 => gtkcreate_pixbuf($icon), 1 => $title ]);