# HG changeset patch
# User Sadrul Habib Chowdhury <imadil@gmail.com>
# Date 1165797237 0
# Node ID 1bcf37440a050b293bc412bc9e52c72bd604708f
# Parent  fbc6a21678fdf596dcc5dd4c17cb8b9efd67a4aa
[gaim-migrate @ 17952]
Fix the buddylist.

committer: Tailor Script <tailor@pidgin.im>

diff -r fbc6a21678fd -r 1bcf37440a05 console/gntblist.c
--- 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;