Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2008-09-25 12:43:49 (GMT)
committer Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>2008-09-25 12:43:49 (GMT)
commitf58153acf2bb70515afde65600ab426c007b665d (patch)
treebe13789c3f0691a31717573e9c4df56f0d02a40d
parent3cc85a175656940f9f523d4d7d0ee79a4decdfe0 (diff)
add a comment explaining previous commit is just a workaround
-rw-r--r--AbiWordActivity.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/AbiWordActivity.py b/AbiWordActivity.py
index a9384e8..7112f35 100644
--- a/AbiWordActivity.py
+++ b/AbiWordActivity.py
@@ -285,6 +285,8 @@ class AbiWordActivity (Activity):
for handle in removed:
bus_name = self.participants.pop(handle, None)
if bus_name is None:
+ # FIXME: that shouldn't happen so probably hide another bug.
+ # Should be investigated
continue
logger.debug('removed handle: %d, with dbus name: %s', handle,