aboutsummaryrefslogtreecommitdiffstats
path: root/MandrivaUpdate
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2007-03-22 16:23:35 +0000
committerThierry Vignaud <tv@mandriva.org>2007-03-22 16:23:35 +0000
commit77bd23fdeccc418361fb0cdee4e93e498ffaf130 (patch)
treee667db887367c4bc794cd96f6e97a43ee6791481 /MandrivaUpdate
parent530a1b3402f0301a4320c221f73fc457fa0744db (diff)
downloadrpmdrake-77bd23fdeccc418361fb0cdee4e93e498ffaf130.tar
rpmdrake-77bd23fdeccc418361fb0cdee4e93e498ffaf130.tar.gz
rpmdrake-77bd23fdeccc418361fb0cdee4e93e498ffaf130.tar.bz2
rpmdrake-77bd23fdeccc418361fb0cdee4e93e498ffaf130.tar.xz
rpmdrake-77bd23fdeccc418361fb0cdee4e93e498ffaf130.zip
(run_treeview_dialog) once we updated some packages, do not bother
refresh the list since do_action() already did it for us, if needed
Diffstat (limited to 'MandrivaUpdate')
-rwxr-xr-xMandrivaUpdate1
1 files changed, 0 insertions, 1 deletions
diff --git a/MandrivaUpdate b/MandrivaUpdate
index 2fb990b0..c6aeece3 100755
--- a/MandrivaUpdate
+++ b/MandrivaUpdate
@@ -134,7 +134,6 @@ sub run_treeview_dialog {
$update_button = Gtk2::Button->new(but_(N("Update"))),
clicked => sub {
do_action({ tree_mode => 'all_updates' }, $callback_action);
- pkgs_provider({}, $default_list_mode, pure_updates => 1); # default mode
refresh_packages_list($list, $info, $update_button);
},
),