* src/Sources.py: fix callback (caught by Martin)

svn: r5354
This commit is contained in:
Don Allingham 2005-10-30 03:03:57 +00:00
parent 4b9fcf97d2
commit 6b9ae3aa7e
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
2005-10-29 Don Allingham <don@gramps-project.org>
* src/Sources.py: fix callback (caught by Martin)
2005-10-28 Alex Roitman <shura@gramps-project.org>
* src/plugins/TimeLine.py: Import strip_context correctly.
* src/plugins/SimpleBookText.py: Import strip_context correctly.

View File

@ -414,7 +414,7 @@ class Marriage:
if lds_ord == None:
lds_ord = RelLib.LdsOrd()
self.family.set_lds_sealing(lds_ord)
Sources.SourceSelector(lds_ord.get_source_references(),self,self.window)
Sources.SourceSelector(lds_ord.get_source_references(),self)
def lds_note_clicked(self,obj):
import NoteEdit