If Disconnect comes between start of Connect and getting a response back
authorEd Page <eopage@byu.net>
Sat, 24 Apr 2010 02:46:28 +0000 (21:46 -0500)
committerEd Page <eopage@byu.net>
Sat, 24 Apr 2010 02:46:28 +0000 (21:46 -0500)
commitb619c9d427704484ef12ff3288ecbb69bbbedd87
tree5ac0811fea0d4b0fb54bf9f6527a46f7cb904f3a
parent24dc92bc92ad45c5f6db99c6141699506bed0395
If Disconnect comes between start of Connect and getting a response back
from google's website, then everything would be canceled and we go
through the disconnect code path.  Sadly this means we save the cache
even though we never loaded it.  This would then cause old messages to
be displayed as new.

Watching for empty caches and treating it as if the cache didn't exist
src/gvoice/conversations.py