9075: Saving/closing new person window with Alt-o does not find gender

This commit is contained in:
SNoiraud 2016-05-23 11:06:54 +02:00 committed by prculley
parent ca1863984b
commit 50708d4097

View File

@ -245,7 +245,7 @@ class EditPerson(EditPrimary):
WIKI_HELP_PAGE,
_('manual|Editing_information_about_people'))
self.given.connect("focus_out_event", self._given_focus_out_event)
self.given.connect("focus-out-event", self._given_focus_out_event)
self.top.get_object("editnamebtn").connect("clicked",
self._edit_name_clicked)
self.top.get_object("multsurnamebtn").connect("clicked",