From 4477f2cf41cad3af5668d4c7a04fb61c06cd2b03 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 22 Jan 2002 12:59:13 +0000 Subject: fix a few cancel's (reported by slegros) --- perl-install/install_steps_gtk.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install_steps_gtk.pm') diff --git a/perl-install/install_steps_gtk.pm b/perl-install/install_steps_gtk.pm index f81486655..96977a540 100644 --- a/perl-install/install_steps_gtk.pm +++ b/perl-install/install_steps_gtk.pm @@ -661,7 +661,7 @@ _("There was an error installing packages:"), $1, _("Go on anyway?") ], 1) and r }; if ($pkgs::cancel_install) { $pkgs::cancel_install = 0; - die "setstep choosePackages\n"; + die 'already displayed'; } $w->destroy; $install_result; -- cgit v1.2.1