Fix sorting of name column.

This commit is contained in:
Andrew Resch 2008-01-02 11:45:36 +00:00
parent 24fc4f0a49
commit df9fd2af09
1 changed files with 1 additions and 1 deletions

View File

@ -464,7 +464,7 @@ class ListView:
return True
def add_texticon_column(self, header, col_types=[int, str],
sortid=0,
sortid=1,
hidden=False,
position=None,
status_field=None,