From 49e810fd4e85a3b652bd3cf75d8bb195052b739f Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Thu, 27 Jan 2011 11:55:29 +0100 Subject: coding style fix --- telepathy-glib/proxy.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/telepathy-glib/proxy.c b/telepathy-glib/proxy.c index 0978c1c0..ae891cf9 100644 --- a/telepathy-glib/proxy.c +++ b/telepathy-glib/proxy.c @@ -1824,7 +1824,9 @@ tp_proxy_prepare_async (gpointer self, * (this doesn't seem ideal, but is * consistent with TpAccountManager's existing behaviour) */ if (state == FEATURE_STATE_INVALID) - continue; + { + continue; + } else if (state == FEATURE_STATE_UNWANTED || (state == FEATURE_STATE_FAILED && feature->can_retry)) { -- cgit v1.2.3