From: <sa...@us...> - 2006-06-23 08:42:11
|
Revision: 16315 Author: sadrul Date: 2006-06-23 01:42:07 -0700 (Fri, 23 Jun 2006) ViewCVS: http://svn.sourceforge.net/gaim/?rev=16315&view=rev Log Message: ----------- A GntTree can take focus. Modified Paths: -------------- trunk/console/libgnt/gnttree.c Modified: trunk/console/libgnt/gnttree.c =================================================================== --- trunk/console/libgnt/gnttree.c 2006-06-23 06:24:25 UTC (rev 16314) +++ trunk/console/libgnt/gnttree.c 2006-06-23 08:42:07 UTC (rev 16315) @@ -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; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |