From 8479515577229e4cba20c7b20a86fc838e343f65 Mon Sep 17 00:00:00 2001 From: Don Allingham Date: Sat, 1 Jun 2002 12:11:03 +0000 Subject: [PATCH] Added unique_note to the SourceRef, thanks to a patch from Mark Lewis. svn: r1021 --- gramps/src/RelLib.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gramps/src/RelLib.py b/gramps/src/RelLib.py index 0354cd0be..387c342db 100644 --- a/gramps/src/RelLib.py +++ b/gramps/src/RelLib.py @@ -1805,6 +1805,9 @@ class SourceRef(Persistent): return 1 else: return 0 + + def unique_note(self): + self.comments = Note(self.comments.get()) #------------------------------------------------------------------------- #