From 3d5f80ff4e1607d37b92566619f1c3d6180fd000 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Wed, 13 Jan 2010 20:13:06 -0600 Subject: [PATCH] Updating bug notes --- src/gvoice/conversations.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gvoice/conversations.py b/src/gvoice/conversations.py index c8f623a..8baf8b8 100644 --- a/src/gvoice/conversations.py +++ b/src/gvoice/conversations.py @@ -1,7 +1,7 @@ #!/usr/bin/python # @bug Its inconsistent as to whether messages from contacts come as from the -# contact or just a raw number +# contact or just a raw number. It seems GV is inconsistent about populating the contact id, so we might have to pull from the addressbook # @bug False positives on startup. Luckily the object path for the channel is # unique, so can use that to cache some of the data out to file -- 1.7.9.5