svn: r8631
This commit is contained in:
Alex Roitman 2007-06-23 01:35:13 +00:00
parent 16bb718be0
commit a2f1e25575
2 changed files with 2 additions and 3 deletions

View File

@ -1,7 +1,7 @@
#
# Gramps - a GTK+/GNOME based genealogy program
#
# Copyright (C) 2000-2006 Donald N. Allingham
# Copyright (C) 2000-2007 Donald N. Allingham
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
#
# Gramps - a GTK+/GNOME based genealogy program
#
# Copyright (C) 2000-2006 Donald N. Allingham
# Copyright (C) 2000-2007 Donald N. Allingham
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@ -77,7 +77,6 @@ class GrampsXMLDB(GrampsInMemDB):
return
if (not self.readonly) and ((len(self.undodb)>0) or
not self.abort_possible):
print self.abort_possible, len(self.undodb)
quick_write(self,self.full_name)
self.db_is_open = False
GrampsInMemDB.close(self)