From cdd5eb8984c6f654436ba8192002118de4673afc Mon Sep 17 00:00:00 2001 From: damien Date: Tue, 27 Mar 2001 21:10:49 +0000 Subject: added kill USR2 before main --- perl-install/bootlook.pm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'perl-install/bootlook.pm') diff --git a/perl-install/bootlook.pm b/perl-install/bootlook.pm index c5f070aef..1b3100ea9 100644 --- a/perl-install/bootlook.pm +++ b/perl-install/bootlook.pm @@ -219,8 +219,11 @@ if ($a_mode) { $pixmap->set($t_pixmap, $t_mask); } +Gtk->main_iteration while Gtk->events_pending; +$::isEmbedded and kill USR2, $::CCPID; $inmain=1; -main Gtk; +Gtk->main; +Gtk->exit(0); #------------------------------------------------------------- # get user names to put in combo -- cgit v1.2.1