From b15fdb2c66e8c18a9f8db03cbd0cfa9dfb569e88 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Sun, 13 May 2007 20:29:46 +0000 Subject: When a new text channel arrives, check if there is no existing GossipChat 2006-05-13 Xavier Claessens * libempathy-gtk/gossip-chat-window.c: * libempathy-gtk/gossip-chat-window.h: * src/empathy-chat-main.c: * libempathy/empathy-tp-chat.c: * libempathy/empathy-tp-chat.h: When a new text channel arrives, check if there is no existing GossipChat object for it. svn path=/trunk/; revision=56 --- libempathy/empathy-tp-chat.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libempathy/empathy-tp-chat.h') diff --git a/libempathy/empathy-tp-chat.h b/libempathy/empathy-tp-chat.h index 28b7804eb..0bd3395f2 100644 --- a/libempathy/empathy-tp-chat.h +++ b/libempathy/empathy-tp-chat.h @@ -65,6 +65,8 @@ void empathy_tp_chat_send (EmpathyTpChat *chat void empathy_tp_chat_set_state (EmpathyTpChat *chat, TelepathyChannelChatState state); const gchar * empathy_tp_chat_get_id (EmpathyTpChat *chat); +gchar * empathy_tp_chat_build_id (McAccount *account, + TpChan *tp_chan); G_END_DECLS -- cgit v1.2.3