From b558c1d17e0afe2daf827b561cc6f571f116cd84 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 21 Aug 2002 12:02:53 +0000 Subject: - the ugly trick on destroy doesn't work for wait_message's - fortunately the END calling exit seems to be enough in most cases --- perl-install/my_gtk.pm | 7 ------- 1 file changed, 7 deletions(-) (limited to 'perl-install/my_gtk.pm') diff --git a/perl-install/my_gtk.pm b/perl-install/my_gtk.pm index 17466149a..1118d756a 100644 --- a/perl-install/my_gtk.pm +++ b/perl-install/my_gtk.pm @@ -125,13 +125,6 @@ sub show($) { } sub destroy($) { my ($o) = @_; - return if $^S & 4; - #- program is going to leave - #- don't do anything, especially don't set the waiting mouse cursor - #- another thing is that calling flush() at this moment causes segfault - #- so don't do it and no more segfault :) - #- (now, if someone finds out what this 4 is about... but you cares, it works :) - $o->{rwindow} and $o->{rwindow}->destroy; gtkset_mousecursor_wait(); flush(); -- cgit v1.2.1