2007-11-28 Benny Malengier <benny.malengier@gramps-project.org>

* example/gramps/example.gramps: correct 3.0 example.gramps, stext is
	no longer used, xml no longer sorted on id on ouput.
	* src/gen/db/base.py: remove test code from Don



svn: r9421
This commit is contained in:
Benny Malengier 2007-11-28 09:24:00 +00:00
parent 1795bbe762
commit e8f08492bc
3 changed files with 42674 additions and 42672 deletions

View File

@ -1,3 +1,8 @@
2007-11-28 Benny Malengier <benny.malengier@gramps-project.org>
* example/gramps/example.gramps: correct 3.0 example.gramps, stext is
no longer used, xml no longer sorted on id on ouput.
* src/gen/db/base.py: remove test code from Don
2007-11-27 Benny Malengier <benny.malengier@gramps-project.org>
* src/glade/gramps.glade: remove internal from addmedia
* src/AddMedia.py: remove internal

File diff suppressed because it is too large Load Diff

View File

@ -632,10 +632,6 @@ class GrampsDbBase(GrampsDBCallback):
Commits the specified Note to the database, storing the changes
as part of the transaction.
"""
if not note.gramps_id:
import traceback
traceback.print_stack()
self.commit_base(note, self.note_map, NOTE_KEY,
transaction.note_update,
transaction.note_add,