From a0a8d69342566142e8c8c182e447e4b059d0d562 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 24 Feb 2003 07:57:27 +0000 Subject: - clean up embedding; since socket automatically emit plug-added gtk+ signal when plug is realize, it's just cleaner to centralize/consolidate the child embedding in mcc this of course, need a newer up-to-date mcc what's more, it allows to remove the somewhat mythical "$::isEmbedded and kill 'USR2', $::CCPID;" - keyboarddrake, xfdrake, drakautoinst: goto cleaning btw --- perl-install/my_gtk.pm | 1 - 1 file changed, 1 deletion(-) (limited to 'perl-install/my_gtk.pm') diff --git a/perl-install/my_gtk.pm b/perl-install/my_gtk.pm index 50fbcc630..7d5be1f41 100644 --- a/perl-install/my_gtk.pm +++ b/perl-install/my_gtk.pm @@ -105,7 +105,6 @@ sub new { 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