| 1396 } |
1396 } |
| 1397 |
1397 |
| 1398 pidgin_append_blist_node_proto_menu(menu, buddy->account->gc, node); |
1398 pidgin_append_blist_node_proto_menu(menu, buddy->account->gc, node); |
| 1399 pidgin_append_blist_node_extended_menu(menu, node); |
1399 pidgin_append_blist_node_extended_menu(menu, node); |
| 1400 |
1400 |
| 1401 if (!contact_expanded) |
1401 if (!contact_expanded && contact != NULL) |
| 1402 pidgin_append_blist_node_move_to_menu(menu, (PurpleBlistNode *)contact); |
1402 pidgin_append_blist_node_move_to_menu(menu, (PurpleBlistNode *)contact); |
| 1403 |
1403 |
| 1404 if (node->parent && node->parent->child->next && |
1404 if (node->parent && node->parent->child->next && |
| 1405 !sub && !contact_expanded) { |
1405 !sub && !contact_expanded) { |
| 1406 pidgin_separator(menu); |
1406 pidgin_separator(menu); |