From 0372f162e9f6ff119ecb3c78dbd8736fda54939f Mon Sep 17 00:00:00 2001 From: Nikos Kouremenos Date: Thu, 8 Sep 2005 09:23:49 +0000 Subject: [PATCH] remove a fixme --- src/remote_control.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/remote_control.py b/src/remote_control.py index 02a7af3f3..f3e29bca0 100644 --- a/src/remote_control.py +++ b/src/remote_control.py @@ -198,7 +198,6 @@ class SignalObject(DbusPrototype): return None if jid.startswith('xmpp://'): jid = jid[7:] # len('xmpp://') = 7 - #FIXME: does not work :((( if account: accounts = [account]