From ce90e2a3cc64fb1c034a33e6a7a2b05f3335b818 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 29 Jan 2003 08:19:19 +0000 Subject: logdrake is a special case as for embedding in mcc since it can be embedded twice: one as explanation viewer and one a log search tool. so we must handly ask mcc to display us ... --- perl-install/standalone/logdrake | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/standalone/logdrake') diff --git a/perl-install/standalone/logdrake b/perl-install/standalone/logdrake index a0d051ed7..64cd37efd 100755 --- a/perl-install/standalone/logdrake +++ b/perl-install/standalone/logdrake @@ -214,6 +214,7 @@ $::isFile and gtkset_size_request($log_text, 400, 500); $my_win->{window}->realize; $my_win->{window}->show_all(); search() if $::isFile; +kill 'USR2', $::CCPID unless $::isExplain; # special case because logdrake is also embedded for logs $my_win->main; sub quit { ugtk2->exit(0) } -- cgit v1.2.1