Fix move and copy menu button ids in the main toolbar.

This commit is contained in:
Michael James Gratton 2017-10-17 18:08:56 +10:30
parent 992e019b29
commit 610b2e3130

View file

@ -198,7 +198,7 @@
</packing>
</child>
<child>
<object class="GtkMenuButton" id="move_message_button">
<object class="GtkMenuButton" id="copy_message_button">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="focus_on_click">False</property>
@ -218,7 +218,7 @@
</packing>
</child>
<child>
<object class="GtkMenuButton" id="copy_message_button">
<object class="GtkMenuButton" id="move_message_button">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="focus_on_click">False</property>