diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2003-03-06 12:49:56 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2003-03-06 12:49:56 +0000 |
commit | c14d94fcb03a614cc2eafc9bbaf01e14c1ba80b0 (patch) | |
tree | 0cc911ab208e29b43d7539fe560bf41d77ee16e9 | |
parent | 1a994e33a0a43fea22c24094ce62c5d86119dda2 (diff) | |
download | control-center-c14d94fcb03a614cc2eafc9bbaf01e14c1ba80b0.tar control-center-c14d94fcb03a614cc2eafc9bbaf01e14c1ba80b0.tar.gz control-center-c14d94fcb03a614cc2eafc9bbaf01e14c1ba80b0.tar.bz2 control-center-c14d94fcb03a614cc2eafc9bbaf01e14c1ba80b0.tar.xz control-center-c14d94fcb03a614cc2eafc9bbaf01e14c1ba80b0.zip |
hide explanations for logdrake too since it's too big
-rwxr-xr-x | control-center | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/control-center b/control-center index cd2574df..e30afa5b 100755 --- a/control-center +++ b/control-center @@ -764,7 +764,7 @@ sub compute_exec_string { $freeze_log = 0; fork_($exec_log, \@pid_exp); } - $w_exp->hide if $exec =~ /(drakfont|drakconnect|drakboot)/; + $w_exp->hide if $exec =~ /(drakfont|drakconnect|drakboot|logdrake)/; } sub launch_xapp { |