From: <sa...@us...> - 2006-12-11 00:34:00
|
Revision: 17952 http://svn.sourceforge.net/gaim/?rev=17952&view=rev Author: sadrul Date: 2006-12-10 16:33:57 -0800 (Sun, 10 Dec 2006) Log Message: ----------- Fix the buddylist. Modified Paths: -------------- trunk/console/gntblist.c Modified: trunk/console/gntblist.c =================================================================== --- trunk/console/gntblist.c 2006-12-10 23:33:03 UTC (rev 17951) +++ trunk/console/gntblist.c 2006-12-11 00:33:57 UTC (rev 17952) @@ -1368,7 +1368,8 @@ gnt_bindable_perform_action_named(GNT_BINDABLE(ggblist->tree), "move-down"); } else if (strcmp(text, "a") == 0) { gg_blist_place_tagged(gnt_tree_get_selection_data(GNT_TREE(ggblist->tree))); - } + } else + return FALSE; } else return FALSE; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |