From 04a32a7f6b48a977c768d62a1c28f00958e0c9df Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 24 Feb 2003 07:36:00 +0000 Subject: - clean up embedding; since socket get automatically destroyed on child exit and since they emit plug-removed at that moment, it's just cleaner to centralize/consolidate the child exit 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 'USR1', $::CCPID;" - drakautoinst, drakxservices, keyboardrake: fix fscking embedding managment --- 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 f7d7600b0..50fbcc630 100644 --- a/perl-install/my_gtk.pm +++ b/perl-install/my_gtk.pm @@ -138,7 +138,6 @@ sub flush { gtkflush() } sub exit { gtkset_mousecursor_normal(); #- for restoring a normal in any case flush(); - $::isEmbedded and kill 'USR1', $::CCPID; c::_exit($_[1]) #- workaround } -- cgit v1.2.1