From c3842e7e6f94a78daebe058f9a1e074376655d2a Mon Sep 17 00:00:00 2001
From: Thierry Vignaud <tvignaud@mandriva.org>
Date: Mon, 25 Nov 2002 08:24:40 +0000
Subject: display in mcc when embedded only when ready to interact with the
 user

---
 perl-install/my_gtk.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/perl-install/my_gtk.pm b/perl-install/my_gtk.pm
index 8ac168de8..4c823ba55 100644
--- a/perl-install/my_gtk.pm
+++ b/perl-install/my_gtk.pm
@@ -101,12 +101,12 @@ sub new {
 	flush();
 	$::Plug->add($o->{window});
     }
-    $::CCPID and kill 'USR2', $::CCPID;
     $o;
 }
 sub main {
     my ($o, $completed, $canceled) = @_;
     gtkset_mousecursor_normal();
+    $::CCPID and kill 'USR2', $::CCPID;
     my $timeout = Gtk->timeout_add(1000, sub { gtkset_mousecursor_normal(); 1 });
     my $b = MDK::Common::Func::before_leaving { Gtk->timeout_remove($timeout) };
     $o->show;
-- 
cgit v1.2.1