summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis-Francis Ratté-Boulianne <louis-francis.ratte-boulianne@collabora.co.uk>2010-09-10 18:14:58 -0400
committerLouis-Francis Ratté-Boulianne <louis-francis.ratte-boulianne@collabora.co.uk>2010-09-10 18:14:58 -0400
commit7d523265a0d5d066356ff7285f69f14f6cbc2698 (patch)
treec2439111b9cf14bfbcc0050e57318461aa111640
parent26def946940090176dadb4bba09e0a13553a4d2a (diff)
Initialize right interface (ContactEventInterface instead of Conversation...)
-rw-r--r--butterfly/channel/text.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/butterfly/channel/text.py b/butterfly/channel/text.py
index 464d4e0..8c6f04b 100644
--- a/butterfly/channel/text.py
+++ b/butterfly/channel/text.py
@@ -60,7 +60,7 @@ class ButterflyTextChannel(
ButterflyChannel.__init__(self, conn, props)
telepathy.server.ChannelInterfaceChatState.__init__(self)
ChannelInterfaceMessages.__init__(self)
- papyon.event.ConversationEventInterface.__init__(self, conn.msn_client)
+ papyon.event.ContactEventInterface.__init__(self, conn.msn_client)
self._implement_property_get(CHANNEL_INTERFACE_MESSAGES, {
'SupportedContentTypes': lambda: ["text/plain"] ,