summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Klinikowski <kkszysiu@gmail.com>2011-05-26 07:54:27 +0200
committerKrzysztof Klinikowski <kkszysiu@gmail.com>2011-05-26 07:54:27 +0200
commitf0748291762f123758dc1b366ab4ce13fece43a6 (patch)
tree1641bd77dcf4a2ec39f07765c66b0fe9443755e7
parentb9e685628bbcdb70203b9a3602165635b7654078 (diff)
Cut'n'paste is bad, mkay?!
-rw-r--r--sunshine/channel/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sunshine/channel/__init__.py b/sunshine/channel/__init__.py
index a789748..84c6aed 100644
--- a/sunshine/channel/__init__.py
+++ b/sunshine/channel/__init__.py
@@ -37,7 +37,7 @@ class SunshineChannel(object):
# otherwise use InitiatorID.
elif telepathy.CHANNEL_INTERFACE + '.InitiatorID' in props:
- self._initiator = ButterflyHandleFactory(conn, 'contact',
+ self._initiator = SunshineHandleFactory(conn, 'contact',
id=props[telepathy.CHANNEL_INTERFACE + '.InitiatorID'])
# If we don't have either of the above but we requested the channel,