зеркало из https://github.com/mozilla/gecko-dev.git
Workaround for 18088. make delete toolbar button work for thread pane. reviewed by
hangas approved by chofmann.
This commit is contained in:
Родитель
5d10d91ea2
Коммит
0deb880497
|
@ -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()"/>
|
||||
<titledbutton id="button_delete" class="other28" disabled="true" align="top" value="&deleteButton.label;" onclick="goDoCommand('button_delete')"/>
|
||||
<!-- 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%"/>
|
||||
|
|
Загрузка…
Ссылка в новой задаче