From 530a1b3402f0301a4320c221f73fc457fa0744db Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 22 Mar 2007 16:23:14 +0000 Subject: (do_action__real) use "pure_updates" option if in MandrivaUpdate --- Rpmdrake/gui.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Rpmdrake') diff --git a/Rpmdrake/gui.pm b/Rpmdrake/gui.pm index a1dd10b6..d1950873 100644 --- a/Rpmdrake/gui.pm +++ b/Rpmdrake/gui.pm @@ -668,7 +668,7 @@ Do you really want to install all the selected packages?"), yesno => 1) } if (!$callback_action->($urpm, $pkgs)) { $force_rebuild = 1; - pkgs_provider({ skip_updating_mu => 1 }, $options->{tree_mode}); + pkgs_provider({ skip_updating_mu => 1 }, $options->{tree_mode}, if_($Rpmdrake::pkg::probe_only_for_updates, pure_updates => 1)); reset_search(); $size_selected = 0; (undef, $size_free) = MDK::Common::System::df('/usr'); -- cgit v1.2.1