From 4bc6d66d012f8917d99510c285bb15f7f49d923c Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Tue, 14 Sep 2004 00:18:38 +0000 Subject: Disable the "update media" button in removal mode --- rpmdrake | 1 + 1 file changed, 1 insertion(+) 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; -- cgit v1.2.1