From 964bc57b0e1eb14ff400c9ec59fd6b9bda674268 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 11 Mar 2004 11:15:41 +0000 Subject: (parse_file) fix search :-) --- perl-install/standalone/logdrake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/standalone/logdrake') diff --git a/perl-install/standalone/logdrake b/perl-install/standalone/logdrake index 7fec0d14f..0d31b2345 100755 --- a/perl-install/standalone/logdrake +++ b/perl-install/standalone/logdrake @@ -271,7 +271,7 @@ sub parse_file { $win_pb->window->process_updates(1); # no gtkflush() because we do not want to refresh the TextView } - logcolorize($_) if $test; + logcolorize($_) if $test->(); } $win_pb->destroy if !$::isEmbedded || !$isExplain; -- cgit v1.2.1