summaryrefslogtreecommitdiff
path: root/bin/mozilla/ic.pl
diff options
context:
space:
mode:
Diffstat (limited to 'bin/mozilla/ic.pl')
-rwxr-xr-xbin/mozilla/ic.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/mozilla/ic.pl b/bin/mozilla/ic.pl
index f689954f..57072274 100755
--- a/bin/mozilla/ic.pl
+++ b/bin/mozilla/ic.pl
@@ -767,6 +767,7 @@ sub form_footer {
$button{'Delete'} = { ndx => 16, key => 'D', value => $locale->text('Delete') };
}
}
+ %button = () if $form->{isassemblyitem} && $form->{item} eq 'assembly';
for (sort { $button{$a}->{ndx} <=> $button{$b}->{ndx} } keys %button) { $form->print_button(\%button, $_) }