diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2003-12-19 15:34:07 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2003-12-19 15:34:07 +0000 |
commit | f35a30e2cc5588932c5e2e91f38998cec265fd4e (patch) | |
tree | 0a0ed54b46bcc13c3af141c897c6a0d506172fdd | |
parent | 2e78f0c210325d86222e0a9554000d47044cbb9a (diff) | |
download | control-center-f35a30e2cc5588932c5e2e91f38998cec265fd4e.tar control-center-f35a30e2cc5588932c5e2e91f38998cec265fd4e.tar.gz control-center-f35a30e2cc5588932c5e2e91f38998cec265fd4e.tar.bz2 control-center-f35a30e2cc5588932c5e2e91f38998cec265fd4e.tar.xz control-center-f35a30e2cc5588932c5e2e91f38998cec265fd4e.zip |
hide logdrake when embedding mousedrake since the later won't fit if
logs are displayed
-rwxr-xr-x | control-center | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/control-center b/control-center index cf024029..78c7d2db 100755 --- a/control-center +++ b/control-center @@ -934,7 +934,7 @@ sub compute_exec_string { # } # } start_logdrake(); - $w_exp->hide if $embedded && $exec =~ /^drakfont|logdrake/; + $w_exp->hide if $embedded && $exec =~ /^drakfont|logdrake|mousedrake/; } sub start_logdrake { |