diff options
author | Daouda Lo <daouda@mandriva.com> | 2002-09-06 14:06:37 +0000 |
---|---|---|
committer | Daouda Lo <daouda@mandriva.com> | 2002-09-06 14:06:37 +0000 |
commit | 5e035b9bdeb7268f968e6cf667cd226013bd774a (patch) | |
tree | 37cac500d26d89960bb7c3675b304585b0090020 | |
parent | 5f42a74aea160405b18c4aa954d504e4025970e2 (diff) | |
download | control-center-5e035b9bdeb7268f968e6cf667cd226013bd774a.tar control-center-5e035b9bdeb7268f968e6cf667cd226013bd774a.tar.gz control-center-5e035b9bdeb7268f968e6cf667cd226013bd774a.tar.bz2 control-center-5e035b9bdeb7268f968e6cf667cd226013bd774a.tar.xz control-center-5e035b9bdeb7268f968e6cf667cd226013bd774a.zip |
- hide explanations when drakfont is launched
-rwxr-xr-x | control-center | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/control-center b/control-center index 3ce852ac..193bb390 100755 --- a/control-center +++ b/control-center @@ -586,7 +586,7 @@ sub compute_exec_string { if ($gtkplug > 0) { $emb_wait->show; if ($run_pixbuf) { - undef $run_pixbuf;#->unref; + undef $run_pixbuf;#->unref; } $run_pixbuf = gtkcreate_png_pixbuf($icon . "_128"); $run_counter = 255; @@ -627,6 +627,7 @@ sub compute_exec_string { $exp_socket->realize; my $exec_log = "logdrake --explain=$log_exp --embedded " . $exp_socket->window->XWINDOW . " " . $$; $show_log = 0; + if ($exec =~ /drakfont/) { $exp_frame->hide(); } unless ($pid = fork) { splash_warning(_("cannot fork: %s", $~)) unless defined $pid; print "explain : $log_exp \n "; |