Adding some notes on bugs
authorEd Page <eopage@byu.net>
Sat, 16 Jan 2010 04:05:50 +0000 (22:05 -0600)
committerEd Page <eopage@byu.net>
Sat, 16 Jan 2010 04:05:50 +0000 (22:05 -0600)
src/channel/call.py
src/channel/contact_list.py

index 7155df2..c5eec9e 100644 (file)
@@ -16,6 +16,7 @@ class CallChannel(
                tp.ChannelInterfaceCallState,
                tp.ChannelInterfaceGroup,
        ):
+       # @bug On Maemo 5 this is having some kind of "General" error, possibly due to an issue with "GetAll" DBusProperties stuff
 
        def __init__(self, connection, manager, props, contactHandle):
                self.__manager = manager
index be99430..4466fb7 100644 (file)
@@ -17,6 +17,8 @@ class AllContactsListChannel(
        ):
        """
        The group of contacts for whom you receive presence
+
+       @bug On Maemo 5 this isn't even being created, I think
        """
 
        def __init__(self, connection, manager, props, h):