Patch from James G. Sack <jgsack@san.rr.com>: 0001187: Runaway Gramps XML file sizes

svn: r9033
This commit is contained in:
Brian Matherly
2007-09-29 03:32:44 +00:00
parent 91d13e3f46
commit 6df5468852
3 changed files with 8 additions and 3 deletions

View File

@@ -65,7 +65,7 @@ class GnomeRecentItem:
self.mime = m
self.time = t
self.private = p
self.groups = g
self.groups = list(g) # want a copy (not an alias)
def set_uri(self,val):
self.uri = val