aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-tp-chat.h
diff options
context:
space:
mode:
authorDanielle Madeley <danielle.madeley@collabora.co.uk>2011-03-07 12:06:29 +0800
committerDanielle Madeley <danielle.madeley@collabora.co.uk>2011-04-06 13:48:32 +0800
commit0b213f4fae18f24fd7b162ca19c63249cd360e43 (patch)
tree426a0650907e74f3ecc20446e2879e4f3999b182 /libempathy/empathy-tp-chat.h
parent73d8a18c6def748d78e91f0dda1145771c620b53 (diff)
downloadgsoc2013-empathy-0b213f4fae18f24fd7b162ca19c63249cd360e43.tar
gsoc2013-empathy-0b213f4fae18f24fd7b162ca19c63249cd360e43.tar.gz
gsoc2013-empathy-0b213f4fae18f24fd7b162ca19c63249cd360e43.tar.bz2
gsoc2013-empathy-0b213f4fae18f24fd7b162ca19c63249cd360e43.tar.lz
gsoc2013-empathy-0b213f4fae18f24fd7b162ca19c63249cd360e43.tar.xz
gsoc2013-empathy-0b213f4fae18f24fd7b162ca19c63249cd360e43.tar.zst
gsoc2013-empathy-0b213f4fae18f24fd7b162ca19c63249cd360e43.zip
[ChatroomManager] find windows by channel path, not by TargetID
Otherwise two separate channels with the same TargetID (i.e. SMSChannel = False and SMSChannel = True) will not result in two separate chat windows in Empathy. Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=644085
Diffstat (limited to 'libempathy/empathy-tp-chat.h')
-rw-r--r--libempathy/empathy-tp-chat.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libempathy/empathy-tp-chat.h b/libempathy/empathy-tp-chat.h
index 8858f4971..fe3de4ea7 100644
--- a/libempathy/empathy-tp-chat.h
+++ b/libempathy/empathy-tp-chat.h
@@ -106,6 +106,8 @@ void empathy_tp_chat_join (EmpathyTpChat *chat);
gboolean empathy_tp_chat_is_invited (EmpathyTpChat *chat,
TpHandle *inviter);
+const char * empathy_tp_chat_get_channel_path (EmpathyTpChat *chat);
+
G_END_DECLS
#endif /* __EMPATHY_TP_CHAT_H__ */