use the global var instead od it's value

This commit is contained in:
Yann Leboulanger 2005-10-05 11:33:48 +00:00
parent cd59e29778
commit 8259d027c9
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(3, gtk.SORT_ASCENDING)
store.set_sort_column_id(C_SHOWN, gtk.SORT_ASCENDING)
column = gtk.TreeViewColumn('contacts')
renderer_image = cell_renderer_image.CellRendererImage()
renderer_image.set_property('width', 20)