diff options
author | Sawyer <Sawyer@mandriva.org> | 2005-05-24 14:40:47 +0000 |
---|---|---|
committer | Sawyer <Sawyer@mandriva.org> | 2005-05-24 14:40:47 +0000 |
commit | 331c0c5197d94892d8315b423a2d85661ffe1425 (patch) | |
tree | 3cf1e587f2556f0793925dce4b28df0b614e12ce | |
parent | 282ecfc0bba7f671b4f4155a97713c2809847858 (diff) | |
download | rpmdrake-331c0c5197d94892d8315b423a2d85661ffe1425.tar rpmdrake-331c0c5197d94892d8315b423a2d85661ffe1425.tar.gz rpmdrake-331c0c5197d94892d8315b423a2d85661ffe1425.tar.bz2 rpmdrake-331c0c5197d94892d8315b423a2d85661ffe1425.tar.xz rpmdrake-331c0c5197d94892d8315b423a2d85661ffe1425.zip |
LOST
-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, |