* src/EditPerson.py: Remove unneeded arguments.

* src/Marriage.py: Remove unneeded arguments.


svn: r4284
This commit is contained in:
Martin Hawlisch
2005-04-02 06:12:46 +00:00
parent 429efefade
commit 52b0549e99
3 changed files with 9 additions and 7 deletions

View File

@ -801,7 +801,7 @@ class Marriage:
name = NameDisplay.displayer.display(mother)
AttrEdit.AttributeEditor(
self, attr, name, const.familyAttributes,
self.attr_edit_callback, self.window, self.update_sources)
self.attr_edit_callback, self.window)
def on_delete_attr_clicked(self,obj):
if Utils.delete_selected(obj,self.alist):
@ -824,7 +824,7 @@ class Marriage:
name = NameDisplay.displayer.display(mother)
AttrEdit.AttributeEditor(
self, None, name, const.familyAttributes,
self.attr_edit_callback, self.window, self.update_sources)
self.attr_edit_callback, self.window)
def move_element(self,list,src,dest):
if src == -1: