summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Dufresne <nicolas.dufresne@collabora.co.uk>2010-10-05 16:17:56 -0400
committerNicolas Dufresne <nicolas.dufresne@collabora.co.uk>2010-10-05 16:18:05 -0400
commit0ec13e18ee71696523ec5d1e386080bc3de8f359 (patch)
tree589b791ba77e9855348c347f55eb4a52f5aa952f
parent05affbb91ef0ca244d45cc32fbb8e10ca72453f9 (diff)
Remove mail-notificaiton fixme related to interfaces
Removing element from the connection interfaces list is not really a hack since it has no known issue. Also, no race condition exist since this is run in the main thread. (bugs.fd.o #26044)
-rw-r--r--butterfly/mail_notification.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/butterfly/mail_notification.py b/butterfly/mail_notification.py
index 3695658..e65b8e5 100644
--- a/butterfly/mail_notification.py
+++ b/butterfly/mail_notification.py
@@ -63,9 +63,6 @@ class ButterflyMailNotification(
logger.debug("Initialized")
telepathy.server.DBusProperties.__init__(self)
ConnectionInterfaceMailNotification.__init__(self)
- # FIXME MSN Account is not always attached to an e-mail account. The
- # tp-python generator should allow sub-class initialisation without
- # adding the interface to the list. (see bug #26044)
self._interfaces.remove(CONN_IFACE_MAIL_NOTIFICATION)
papyon.event.MailboxEventInterface.__init__(self, self.msn_client)