Skip to content

main-window: Make sure to rename "cancel" action eveyrwhere

Niels De Graef requested to merge nielsdg/edit-contact-cancel-rename into main

In commit 3e84850d, we grouped together the several "cancel-*" actions into a single "cancel" action. The idea being that we want to make sure the "wrong" cancel method isn't being called.

However, in doing so, we forgot to rename a couple of instances, effectively breaking the "Cancel" button in some cases in the UI. This commit now pushes through the rename in those cases too.

Fixes: 3e84850d ("main-window: Allow Escape to cancel selection mode")

Merge request reports

Loading