Mercurial > pidgin.yaz
changeset 13856:3cdd05b9830a
[gaim-migrate @ 16315]
A GntTree can take focus.
committer: Tailor Script <tailor@pidgin.im>
author | Sadrul Habib Chowdhury <imadil@gmail.com> |
---|---|
date | Fri, 23 Jun 2006 08:42:07 +0000 |
parents | 5b288502a382 |
children | d341b5ac1a78 |
files | console/libgnt/gnttree.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/console/libgnt/gnttree.c Fri Jun 23 06:24:25 2006 +0000 +++ b/console/libgnt/gnttree.c Fri Jun 23 08:42:07 2006 +0000 @@ -207,6 +207,7 @@ tree->hash = g_hash_table_new(g_direct_hash, g_direct_equal); GNT_WIDGET_SET_FLAGS(widget, GNT_WIDGET_NO_SHADOW); + gnt_widget_set_take_focus(widget, TRUE); return widget; }