* src/client/application/geary-controller.vala (GearyController::create_actions): Remove uneeded calls to add_accelerator - just remove them for dups ot move them to the action definition. Ensure they are defined in accelerators.ui so they are bound to their accelerators regarcdless of having a visible proxy.
19 lines
837 B
XML
19 lines
837 B
XML
<ui>
|
|
<accelerator action="GearyArchiveMessage" />
|
|
<accelerator action="GearyConversationList" />
|
|
<accelerator action="GearyCopyMenuButton" />
|
|
<accelerator action="GearyDeleteMessage" />
|
|
<accelerator action="GearyFindInConversation" />
|
|
<accelerator action="GearyFindNextInConversation" />
|
|
<accelerator action="GearyFindPreviousInConversation" />
|
|
<accelerator action="GearyForwardMessage" />
|
|
<accelerator action="GearyMoveMenuButton" />
|
|
<accelerator action="GearyNewMessage" />
|
|
<accelerator action="GearyReplyAllMessage" />
|
|
<accelerator action="GearyReplyToMessage" />
|
|
<accelerator action="GearySearch" />
|
|
<accelerator action="GearyTrashMessage" />
|
|
<accelerator action="GearyZoomIn" />
|
|
<accelerator action="GearyZoomNormal" />
|
|
<accelerator action="GearyZoomOut" />
|
|
</ui>
|