changeset 19632:61473f8a5e2b

Use the proper column for searching users in the chat userlist.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Tue, 04 Sep 2007 05:23:50 +0000
parents 1a0fabe867be
children 96d8119d3fcc 177fcdc4743e
files finch/gntconv.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/finch/gntconv.c	Tue Sep 04 00:50:03 2007 +0000
+++ b/finch/gntconv.c	Tue Sep 04 05:23:50 2007 +0000
@@ -613,6 +613,7 @@
 		gnt_tree_set_col_width(GNT_TREE(tree), 0, 1);   /* The flag column */
 		gnt_tree_set_compare_func(GNT_TREE(tree), (GCompareFunc)g_utf8_collate);
 		gnt_tree_set_hash_fns(GNT_TREE(tree), g_str_hash, g_str_equal, g_free);
+		gnt_tree_set_search_column(GNT_TREE(tree), 1);
 		GNT_WIDGET_SET_FLAGS(tree, GNT_WIDGET_NO_BORDER);
 		gnt_box_add_widget(GNT_BOX(hbox), ggc->tv);
 		gnt_box_add_widget(GNT_BOX(hbox), tree);