diff options
-rw-r--r-- | Rpmdrake/gui.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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'); |