From 430c1d70a1cd371cc35c974d073f767352652790 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 18 Sep 2006 08:37:37 +0000 Subject: (perform_installation) do not needlessly reread urpmi database when canceling (un)installation (#25673) --- rpmdrake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpmdrake b/rpmdrake index 8d529671..0dc31fed 100755 --- a/rpmdrake +++ b/rpmdrake @@ -1741,7 +1741,7 @@ Is it ok to continue?", join("\n\n", $r, if_($to_install, $to_install))) : $to_i scroll => 1, yesno => 1) or do { $w->{rwindow}->set_sensitive(1); - return; + return 'canceled'; }; gurpm::init(1 ? N("Please wait") : N("Package installation..."), N("Initializing..."), transient => $w->{real_window}); -- cgit v1.2.1