aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xrpmdrake1
1 files changed, 1 insertions, 0 deletions
diff --git a/rpmdrake b/rpmdrake
index f5bef93e..6f87a8ba 100755
--- a/rpmdrake
+++ b/rpmdrake
@@ -1080,6 +1080,7 @@ Is it ok to continue?",
);
$show_selections_button and $show_selections_button->set_active(!$dont_show_selections);
$> and $action_button->set_sensitive(0), $update_button->set_sensitive(0);
+ $MODE eq 'remove' and $update_button->set_sensitive(0);
$find_entry->grab_focus;
$w->{window}->set_default_size($typical_width*2.7, 500) if !$::isEmbedded;