diff options
-rwxr-xr-x | rpmdrake | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1464,6 +1464,7 @@ Do you really want to install all the selected packages?"), yesno => 1) $find_entry->set_text($options{search}[0]) if $options{search}; $w->{rwindow}->show_all; + $w->{rwindow}->set_sensitive(0); $pkgs_provider->({}, $default_list_mode); # default mode if (@initial_selection) { @@ -1471,6 +1472,8 @@ Do you really want to install all the selected packages?"), yesno => 1) $pkgs->{$_}{selected} = 0 foreach @initial_selection; } + $w->{rwindow}->set_sensitive(1); + $options->{widgets} = { w => $w, tree => $tree, |