replace refs to locale.strcoll with refs to locale.strxfrm

svn: r12712
This commit is contained in:
Gerald Britton
2009-06-25 21:09:49 +00:00
parent 3a41651e50
commit b0a6f7c854
4 changed files with 8 additions and 8 deletions

View File

@@ -1911,7 +1911,7 @@ class GrampsDbBase(Callback):
raise NotImplementedError
def sort_surname_list(self):
self.surname_list.sort(locale.strcoll)
self.surname_list.sort(key=locale.strxfrm)
def add_to_surname_list(self, person, batch_transaction):
if batch_transaction: