Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2007-09-10 11:01:49 (GMT)
committer Simon McVittie <simon.mcvittie@collabora.co.uk>2007-09-10 11:01:49 (GMT)
commitbdcafb8afb87ef8710b2ef0ee1b9173b3f8fe955 (patch)
treeeb1063dda043746d28cff3f96e6d88c5029a896c
parentdc09f7615d606cbd8f83fcf8a983bbd968516133 (diff)
Fix some more comments
-rw-r--r--src/activity.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/activity.py b/src/activity.py
index be721b7..26cd561 100644
--- a/src/activity.py
+++ b/src/activity.py
@@ -719,7 +719,7 @@ class Activity(ExportedGObject):
def _handle_share_join(self, text_channel):
"""Called when a join to a network activity was successful.
- Called by the _shared_cb and _joined_cb methods.
+ Called by the _joined_cb method.
"""
if not text_channel:
_logger.debug("Error sharing: text channel was None, shouldn't "
@@ -839,6 +839,7 @@ class Activity(ExportedGObject):
assert self_ident is not None
# FIXME: do this asynchronously too
+ # FIXME: cope with non-Group channels?
room_self_handle = channel[CHANNEL_INTERFACE_GROUP].GetSelfHandle()
if self_ident[0] in local_pending: