From 701ff285869e09f43f523add8ecfca232d2730b5 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Thu, 25 Sep 2008 12:43:49 +0000 Subject: add a comment explaining previous commit is just a workaround --- 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, -- cgit v0.9.1