summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/logdrake
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-03-11 11:15:41 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-03-11 11:15:41 +0000
commit964bc57b0e1eb14ff400c9ec59fd6b9bda674268 (patch)
treee512d82db2f7d5153cd82e082c829b80c64a42ad /perl-install/standalone/logdrake
parent5183192cb202b5c72f1ee9808af7a257bc7a9066 (diff)
downloaddrakx-964bc57b0e1eb14ff400c9ec59fd6b9bda674268.tar
drakx-964bc57b0e1eb14ff400c9ec59fd6b9bda674268.tar.gz
drakx-964bc57b0e1eb14ff400c9ec59fd6b9bda674268.tar.bz2
drakx-964bc57b0e1eb14ff400c9ec59fd6b9bda674268.tar.xz
drakx-964bc57b0e1eb14ff400c9ec59fd6b9bda674268.zip
(parse_file) fix search :-)
Diffstat (limited to 'perl-install/standalone/logdrake')
-rwxr-xr-xperl-install/standalone/logdrake2
1 files changed, 1 insertions, 1 deletions
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;