pidgin/gtkblist.c

changeset 21867
f777572e7c44
parent 21866
dbaaa235297b
child 21876
35db2a7af5f4
equal deleted inserted replaced
21866:dbaaa235297b 21867:f777572e7c44
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);

mercurial