* src/gramps_main.py (undo): Dont emit "database-changed"

* src/plugins/plugins/TestcaseGenerator.py: Added option to generate a new transaction for every change on the database. Useful for UNDO and signal testing.


svn: r4361
This commit is contained in:
Martin Hawlisch
2005-04-14 13:18:20 +00:00
parent c289f6c04b
commit 79af9bdb0c
3 changed files with 48 additions and 8 deletions

View File

@ -515,7 +515,6 @@ class Gramps(GrampsDBCallback.GrampsDBCallback):
if self.active_person:
p = self.db.get_person_from_handle(self.active_person.get_handle())
self.change_active_person(p)
self.emit('database-changed',(self.db,))
self.undo_active = False
def exit_and_undo(self,*args):