diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2004-03-11 11:15:41 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2004-03-11 11:15:41 +0000 |
commit | 964bc57b0e1eb14ff400c9ec59fd6b9bda674268 (patch) | |
tree | e512d82db2f7d5153cd82e082c829b80c64a42ad /perl-install | |
parent | 5183192cb202b5c72f1ee9808af7a257bc7a9066 (diff) | |
download | drakx-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')
-rwxr-xr-x | perl-install/standalone/logdrake | 2 |
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; |