From 0a74a5c3d3e8f6bf97733e7fb16b7d6a546a9a93 Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Fri, 18 Jan 2002 10:08:59 +0000 Subject: allow choosePackageTree to display a cancel if a specific medium has been given. --- perl-install/install_steps_gtk.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/install_steps_gtk.pm b/perl-install/install_steps_gtk.pm index b79d37d94..f81486655 100644 --- a/perl-install/install_steps_gtk.pm +++ b/perl-install/install_steps_gtk.pm @@ -460,7 +460,7 @@ sub choosePackagesTree { }, auto_deps => _("Show automatically selected packages"), ok => _("Install"), - cancel => undef, + cancel => $limit_to_medium && _("Cancel"), icons => [ { icon => 'floppy', help => _("Load/Save on floppy"), wait_message => _("Updating package selection"), -- cgit v1.2.1