diff options
-rwxr-xr-x | MandrivaUpdate | 1 |
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); }, ), |