Commit 0deb8804 authored by putterman%netscape.com's avatar putterman%netscape.com
Browse files

Workaround for 18088. make delete toolbar button work for thread pane. reviewed by

hangas approved by chofmann.
parent 5d10d91e
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -497,7 +497,10 @@ Rights Reserved.
            <titledbutton id="button_forward" class="button28" align="top" value="&forwardButton.label;" onclick="MsgForwardMessage(event)"/>
            <toolbarseparator/>
            <titledbutton id="button_next" class="other28" align="top" value="&nextButton.label;" onclick="MsgNextUnreadMessage()"/>
			<!-- XXX need to change back to after focus starts working again.  Workaround for Bug 18088
			 <titledbutton id="button_delete" class="other28" disabled="true" align="top" value="&deleteButton.label;" onclick="goDoCommand('button_delete')"/>
			 -->
            <titledbutton id="button_delete" class="other28" disabled="true" align="top" value="&deleteButton.label;" onclick="MsgDeleteMessage(true)"/>
            <titledbutton id="button_print" class="other28" align="top" value="&printButton.label;" onclick="Print()"/>
            <titledbutton id="button_stop" class="other28" align="top" value="&stopButton.label;" onclick="MsgStop();"/>
            <spring flex="100%"/>