Remove nonfunctional "Try Again" button for saving sent emails. Bug 727679.

This commit is contained in:
Alex Henrie 2017-07-12 23:06:49 -06:00 committed by Michael James Gratton
parent 08a706b05a
commit 5e55587e6d

View file

@ -310,19 +310,6 @@
<property name="can_focus">False</property>
<property name="spacing">6</property>
<property name="layout_style">end</property>
<child>
<object class="GtkButton" id="button1">
<property name="label" translatable="yes">Try Again</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
</object>
<packing>
<property name="expand">True</property>
<property name="fill">True</property>
<property name="position">0</property>
</packing>
</child>
</object>
<packing>
<property name="expand">False</property>
@ -372,9 +359,6 @@
<property name="position">0</property>
</packing>
</child>
<action-widgets>
<action-widget response="1">button1</action-widget>
</action-widgets>
</object>
<object class="GtkGrid" id="sub_messages">
<property name="visible">True</property>