From 0ec13e18ee71696523ec5d1e386080bc3de8f359 Mon Sep 17 00:00:00 2001 From: Nicolas Dufresne Date: Tue, 5 Oct 2010 16:17:56 -0400 Subject: 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) --- butterfly/mail_notification.py | 3 --- 1 file changed, 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) -- cgit v1.2.3