List sorting

svn: r1219
This commit is contained in:
Don Allingham
2002-12-06 03:37:31 +00:00
parent 37b8945a47
commit 3484056b38
3 changed files with 16 additions and 14 deletions

View File

@@ -1387,6 +1387,8 @@ class Gramps:
if self.id2col.has_key(key):
(model,iter,page) = self.id2col[key]
model.remove(iter)
for i in self.pl_page:
i.sort()
def on_home_clicked(self,obj):
temp = self.db.getDefaultPerson()