* src/Sources.py: fix callback (caught by Martin)
svn: r5354
This commit is contained in:
parent
4b9fcf97d2
commit
6b9ae3aa7e
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user