* src/GrampsBSDDB.py: issue complete redraw on name grouping change

svn: r4981
This commit is contained in:
Don Allingham
2005-07-30 04:54:58 +00:00
parent d45b36537e
commit f447c086aa
2 changed files with 2 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
2005-07-29 Don Allingham <don@gramps-project.org>
* src/GrampsBSDDB.py: issue complete redraw on name grouping change
* src/Utils.py: use intermediate variable
* src/MergePeople.py: Fix wording of the message.
* src/Report.py: Don't force expansion of widgets

View File

@@ -355,6 +355,7 @@ class GrampsBSDDB(GrampsDbBase):
self.name_group.delete(name)
else:
self.name_group[name] = group
self.emit('person-rebuild')
def get_surname_list(self):
names = self.surnames.keys()