Fixed calls, removing bug note
authorEd Page <eopage@byu.net>
Tue, 19 Jan 2010 04:14:38 +0000 (22:14 -0600)
committerEd Page <eopage@byu.net>
Tue, 19 Jan 2010 04:14:38 +0000 (22:14 -0600)
src/channel/call.py

index d2458e0..6bc9f9a 100644 (file)
@@ -16,7 +16,6 @@ class CallChannel(
                tp.ChannelInterfaceGroup,
        ):
        # @bug On Maemo 5 this is having some kind of "General" error, possibly due to an issue with "GetAll" DBusProperties stuff
-       # @bug broke again on Empathy
 
        def __init__(self, connection, manager, props, contactHandle):
                self.__manager = manager