Mercurial > pidgin
changeset 15166:1bcf37440a05
[gaim-migrate @ 17952]
Fix the buddylist.
committer: Tailor Script <tailor@pidgin.im>
author | Sadrul Habib Chowdhury <imadil@gmail.com> |
---|---|
date | Mon, 11 Dec 2006 00:33:57 +0000 |
parents | fbc6a21678fd |
children | 7ad1e078ab55 |
files | console/gntblist.c |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/console/gntblist.c Sun Dec 10 23:33:03 2006 +0000 +++ b/console/gntblist.c Mon Dec 11 00:33:57 2006 +0000 @@ -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;