| 704 |
704 |
| 705 name = gnt_tree_get_selection_data(GNT_TREE(widget)); |
705 name = gnt_tree_get_selection_data(GNT_TREE(widget)); |
| 706 |
706 |
| 707 protocol = purple_connection_get_protocol(gc); |
707 protocol = purple_connection_get_protocol(gc); |
| 708 if (protocol) |
708 if (protocol) |
| 709 realname = purple_protocol_iface_get_cb_real_name(protocol, gc, purple_chat_conversation_get_id( |
709 realname = purple_protocol_iface_get_cuser_real_name(protocol, gc, |
| |
710 purple_chat_conversation_get_id( |
| 710 PURPLE_CHAT_CONVERSATION(fc->active_conv)), name); |
711 PURPLE_CHAT_CONVERSATION(fc->active_conv)), name); |
| 711 |
712 |
| 712 purple_im_conversation_new(account, realname ? realname : name); |
713 purple_im_conversation_new(account, realname ? realname : name); |
| 713 g_free(realname); |
714 g_free(realname); |
| 714 } |
715 } |