gc treeview is now sorted alphabeticaly

This commit is contained in:
Yann Leboulanger 2005-10-04 16:35:13 +00:00
parent 6794f9a138
commit 1f1b662a51
1 changed files with 1 additions and 1 deletions

View File

@ -1247,7 +1247,7 @@ current room topic.') % command, room_jid)
#status_image, type, nickname, shown_nick
store = gtk.TreeStore(gtk.Image, str, str, str)
store.set_sort_column_id(1, gtk.SORT_ASCENDING)
store.set_sort_column_id(3, gtk.SORT_ASCENDING)
column = gtk.TreeViewColumn('contacts')
renderer_image = cell_renderer_image.CellRendererImage()
renderer_image.set_property('width', 20)