Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/AbiWordActivity.py
diff options
context:
space:
mode:
authorPootle Translation <pootle@dev.laptop.org>2008-09-26 06:46:53 (GMT)
committer Pootle Translation <pootle@dev.laptop.org>2008-09-26 06:46:53 (GMT)
commit1fa07961c671b0c7edf35f731b1ad9f6ab798228 (patch)
tree1d23a119c23caa824e6044f441053d38b2fa32e6 /AbiWordActivity.py
parentc96758658faed05e3b38914fd201dc078c57f919 (diff)
parentab4e4e2224705eb01a79d013930e9119a10d4e2c (diff)
Merge branch 'sucrose-0.82' of git+ssh://dev.laptop.org/git/projects/write into sucrose-0.82
Diffstat (limited to 'AbiWordActivity.py')
-rw-r--r--AbiWordActivity.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/AbiWordActivity.py b/AbiWordActivity.py
index cd922d0..7112f35 100644
--- a/AbiWordActivity.py
+++ b/AbiWordActivity.py
@@ -284,6 +284,11 @@ class AbiWordActivity (Activity):
logger.debug("_on_members_changed")
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,
bus_name)
self.abiword_canvas.invoke_cmd('com.abisource.abiword.abicollab.olpc.buddyLeft', bus_name, 0, 0)