comparison console/gntblist.c @ 15167: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 c6b79e535eb8
children 6c43dbf293ad
comparison
equal deleted inserted replaced
15166:fbc6a21678fd 15167:1bcf37440a05
1366 if (strcmp(text, "t") == 0) { 1366 if (strcmp(text, "t") == 0) {
1367 gg_blist_toggle_tag_buddy(gnt_tree_get_selection_data(GNT_TREE(ggblist->tree))); 1367 gg_blist_toggle_tag_buddy(gnt_tree_get_selection_data(GNT_TREE(ggblist->tree)));
1368 gnt_bindable_perform_action_named(GNT_BINDABLE(ggblist->tree), "move-down"); 1368 gnt_bindable_perform_action_named(GNT_BINDABLE(ggblist->tree), "move-down");
1369 } else if (strcmp(text, "a") == 0) { 1369 } else if (strcmp(text, "a") == 0) {
1370 gg_blist_place_tagged(gnt_tree_get_selection_data(GNT_TREE(ggblist->tree))); 1370 gg_blist_place_tagged(gnt_tree_get_selection_data(GNT_TREE(ggblist->tree)));
1371 } 1371 } else
1372 return FALSE;
1372 } else 1373 } else
1373 return FALSE; 1374 return FALSE;
1374 1375
1375 return TRUE; 1376 return TRUE;
1376 } 1377 }