* src/EditPerson.py (on_event_update_clicked): Pass callback.

* src/EventEdit.py (__init__): Typo.


svn: r4095
This commit is contained in:
Alex Roitman
2005-02-25 17:29:39 +00:00
parent 1d0989afbc
commit d1e4b324ba
3 changed files with 12 additions and 10 deletions

View File

@ -1658,7 +1658,7 @@ class EditPerson:
event = self.etree.get_object(node)
EventEdit.EventEditor(self,pname,const.personalEvents,
const.personal_events,event,None,0,
noedit=self.db.readonly)
self.event_edit_callback,noedit=self.db.readonly)
def on_event_select_row(self,obj):
store,node = obj.get_selected()