2007-02-11 Don Allingham <don@gramps-project.org>
* src/Merge/_MergePlace.py (MergePlaces.merge): fix typo on add_source_reference svn: r8086
This commit is contained in:
parent
30fa577b06
commit
bfa8c94aeb
@ -1,3 +1,7 @@
|
|||||||
|
2007-02-11 Don Allingham <don@gramps-project.org>
|
||||||
|
* src/Merge/_MergePlace.py (MergePlaces.merge): fix typo on
|
||||||
|
add_source_reference
|
||||||
|
|
||||||
2007-02-07 Zsolt Foldvari <zfoldvar@users.sourceforge.net>
|
2007-02-07 Zsolt Foldvari <zfoldvar@users.sourceforge.net>
|
||||||
* src/DisplayTabs/_NoteTab.py: move "rich text" notes to 2.3 branch.
|
* src/DisplayTabs/_NoteTab.py: move "rich text" notes to 2.3 branch.
|
||||||
|
|
||||||
|
@ -133,7 +133,7 @@ class MergePlaces(ManagedWindow.ManagedWindow):
|
|||||||
|
|
||||||
# Copy sources from P2 to P1
|
# Copy sources from P2 to P1
|
||||||
for source in self.p2.get_source_references():
|
for source in self.p2.get_source_references():
|
||||||
self.p1.add_source(source)
|
self.p1.add_source_reference(source)
|
||||||
|
|
||||||
# Add notes from P2 to P1
|
# Add notes from P2 to P1
|
||||||
if self.note_conflict:
|
if self.note_conflict:
|
||||||
|
Loading…
Reference in New Issue
Block a user