[folks] Treat CONNECTING as a valid state for a TpConnection.
- From: Travis Reitter <treitter src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [folks] Treat CONNECTING as a valid state for a TpConnection.
- Date: Thu, 4 Nov 2010 00:41:39 +0000 (UTC)
commit aaad9438b2d949b3c4ef6fad3d3821b873655089
Author: Travis Reitter <travis reitter collabora co uk>
Date: Wed Nov 3 17:38:13 2010 -0700
Treat CONNECTING as a valid state for a TpConnection.
.../telepathy/contactlist/contact-list-manager.c | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/tests/lib/telepathy/contactlist/contact-list-manager.c b/tests/lib/telepathy/contactlist/contact-list-manager.c
index d0438b5..c4c062a 100644
--- a/tests/lib/telepathy/contactlist/contact-list-manager.c
+++ b/tests/lib/telepathy/contactlist/contact-list-manager.c
@@ -650,6 +650,10 @@ status_changed_cb (TpBaseConnection *conn,
}
break;
+ case TP_CONNECTION_STATUS_CONNECTING:
+ /* nothing to do here */
+ break;
+
case TP_CONNECTION_STATUS_DISCONNECTED:
{
tp_test_contact_list_manager_close_all (self);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]