summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Claessens <xavier.claessens@collabora.co.uk>2012-05-03 20:22:08 +0200
committerXavier Claessens <xavier.claessens@collabora.co.uk>2012-05-03 20:49:30 +0200
commitff68088d70bbe0dcabf34fe045b76bc02a11d37f (patch)
treea92e6a675efc102ee3fe3777cdbf16d487f1e550
parent2730edb3f0b653a3170b8b0f7e35b4c9d85e2b28 (diff)
TpConnectionManager: fix infinite loop in introspection
-rw-r--r--telepathy-glib/connection-manager.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/telepathy-glib/connection-manager.c b/telepathy-glib/connection-manager.c
index 5bb72e929..375dddea5 100644
--- a/telepathy-glib/connection-manager.c
+++ b/telepathy-glib/connection-manager.c
@@ -556,6 +556,8 @@ tp_connection_manager_get_all_cb (TpProxy *proxy,
}
}
}
+
+ tp_connection_manager_continue_introspection (self);
}
else
{
@@ -571,8 +573,6 @@ tp_connection_manager_get_all_cb (TpProxy *proxy,
tp_connection_manager_end_introspection (self, error);
}
-
- tp_connection_manager_continue_introspection (self);
}
static void