Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorgan Collett <morgan.collett@gmail.com>2007-10-15 15:50:03 (GMT)
committer Morgan Collett <morgan.collett@gmail.com>2007-10-15 15:50:03 (GMT)
commit860fdc939e92a50d42f2494b9190ac73d587b9f7 (patch)
treed19020cc4566e342909a36fda737c85f195cc1d0
parent2ff4b1e54d54d0bed7ecdcc79a3abf9d160d691a (diff)
Don't try get buddy from handle on removed from Tube as that fails
-rw-r--r--activity.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/activity.py b/activity.py
index f2156b5..085901e 100644
--- a/activity.py
+++ b/activity.py
@@ -207,9 +207,7 @@ class HelloTube(ExportedGObject):
if buddy is not None:
self._logger.debug('Buddy %s was added' % buddy.props.nick)
for handle in removed:
- buddy = self._get_buddy(handle)
- if buddy is not None:
- self._logger.debug('Buddy %s was removed', buddy.props.nick)
+ self._logger.debug('Tube: Handle %u was removed', handle)
if not self.entered:
if self.is_initiator:
self._logger.debug("I'm initiating the tube, will "