summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_gtk.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2004-01-09 10:21:08 +0000
committerPascal Rigaux <pixel@mandriva.com>2004-01-09 10:21:08 +0000
commitd2a832531e9ac67039eee97aeec52710a1edea5e (patch)
tree41ec7530ec87a2d61bdf6247db768af6f308d2fa /perl-install/install_steps_gtk.pm
parent0e5fd3e7b587eb8603c1d38115361022952f833d (diff)
downloaddrakx-backup-do-not-use-d2a832531e9ac67039eee97aeec52710a1edea5e.tar
drakx-backup-do-not-use-d2a832531e9ac67039eee97aeec52710a1edea5e.tar.gz
drakx-backup-do-not-use-d2a832531e9ac67039eee97aeec52710a1edea5e.tar.bz2
drakx-backup-do-not-use-d2a832531e9ac67039eee97aeec52710a1edea5e.tar.xz
drakx-backup-do-not-use-d2a832531e9ac67039eee97aeec52710a1edea5e.zip
remove a few other SIG{__DIE__}
Diffstat (limited to 'perl-install/install_steps_gtk.pm')
-rw-r--r--perl-install/install_steps_gtk.pm3
1 files changed, 0 insertions, 3 deletions
diff --git a/perl-install/install_steps_gtk.pm b/perl-install/install_steps_gtk.pm
index ba34a9205..7469c84a7 100644
--- a/perl-install/install_steps_gtk.pm
+++ b/perl-install/install_steps_gtk.pm
@@ -28,9 +28,6 @@ use log;
sub new($$) {
my ($type, $o) = @_;
- my $old = $SIG{__DIE__};
- $SIG{__DIE__} = sub { $_[0] !~ /ugtk2\.pm/ and goto $old };
-
$ENV{DISPLAY} ||= $o->{display} || ":0";
my $wanted_DISPLAY = $::testing && -x '/usr/X11R6/bin/Xnest' ? ':9' : $ENV{DISPLAY};