summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2003-12-19 15:34:07 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2003-12-19 15:34:07 +0000
commitf35a30e2cc5588932c5e2e91f38998cec265fd4e (patch)
tree0a0ed54b46bcc13c3af141c897c6a0d506172fdd
parent2e78f0c210325d86222e0a9554000d47044cbb9a (diff)
downloadcontrol-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-xcontrol-center2
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 {