svn: r6017
This commit is contained in:
Don Allingham 2006-03-01 15:56:07 +00:00
parent 632ad860df
commit 83021fff4a

View File

@ -114,8 +114,8 @@ class EditPerson(EditPrimary.EditPrimary):
self.define_ok_button(self.top.get_widget("ok"), self.save)
self.define_help_button(self.top.get_widget("button134"),'adv-pers')
self.top.get_widget("given_name").connect("focus_out_event",
self.given_focus_out_event)
# self.top.get_widget("given_name").connect("focus_out_event",
# self.given_focus_out_event)
self.top.get_widget("button177").connect("clicked", self.edit_name_clicked)
self.eventbox.connect('button-press-event',self.image_button_press)