user-accounts: Fix crash while cancelling user rename

Fixes #1632
This commit is contained in:
Felipe Borges 2022-02-09 10:51:45 +01:00
parent b75daf84c1
commit 0bf91ed4d6

View file

@ -140,7 +140,7 @@
<child> <child>
<object class="GtkEventControllerKey"> <object class="GtkEventControllerKey">
<property name="propagation-phase">capture</property> <property name="propagation-phase">capture</property>
<signal name="key-pressed" handler="full_name_entry_key_press_cb" object="CcUserPanel" swapped="yes"/> <signal name="key-pressed" handler="full_name_entry_key_press_cb" object="CcUserPanel" swapped="no"/>
</object> </object>
</child> </child>
</object> </object>