Chase action name change for Compose button in toolbar

Fixes #274
This commit is contained in:
Michael Gratton 2019-02-26 09:20:20 +11:00
parent 4e62db4195
commit fb28fcf4e6

View file

@ -21,7 +21,7 @@
<property name="focus_on_click">False</property>
<property name="receives_default">False</property>
<property name="tooltip_text" translatable="yes" context="tooltip">Compose Message</property>
<property name="action_name">win.new-message</property>
<property name="action_name">app.compose</property>
<property name="always_show_image">True</property>
<child>
<object class="GtkImage" id="compose_new_message_image">