GNOME Bugzilla – Bug 715067
<Enter> does not save in the full name editor
Last modified: 2013-12-07 03:18:06 UTC
Created attachment 261301 [details] [review] Patch to enable defaulting in the full name editor. In the full name editor, pressing Enter in the text fields does not activate the OK button and save the changes. I'm attaching a patch that fixes this. I've tested it against master. The patch noise on fullname.ui is a result of saving it in Glade; if desired, I can manually edit the fullname.ui to only set the properties in question.
Seems to work alright. Thanks. Patch committed for Evolution 3.11.3 and 3.10.3: https://git.gnome.org/browse/evolution/commit/?id=7e2b63503fe415ef1d2d745b82f6fe3269fb52e3 https://git.gnome.org/browse/evolution/commit/?h=gnome-3-10&id=cf687a854cc9dd84ca2bf771de548efaa20bb4ef I notice if I open the full name editor multiple times in the same contact editor window, then Evolution crashes when I close the contact editor. Looks like the contact editor is leaving signal handlers connected after destroying the full name dialog. Separate but related bug, if you're interested.
I noticed that crash too while I was testing this patch. Haven't looked into it at all yet, though.