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/standalone/logdrake | 1 - 1 file changed, 1 deletion(-) (limited to 'perl-install/standalone/logdrake') diff --git a/perl-install/standalone/logdrake b/perl-install/standalone/logdrake index 143d3ff1d..9b44ae76d 100755 --- a/perl-install/standalone/logdrake +++ b/perl-install/standalone/logdrake @@ -208,7 +208,6 @@ $::isFile and gtkset_size_request($log_text, 400, 500); $my_win->{window}->realize; $my_win->{window}->show_all(); search() if $::isFile; -kill 'USR2', $::CCPID if $::isEmbedded; # special case because logdrake is also embedded for logs $my_win->main; sub quit { ugtk2->exit(0) } -- cgit v1.2.1