summaryrefslogtreecommitdiff
path: root/telepathy-glib
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-01-17 10:40:44 +0100
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-05-12 12:30:40 +0200
commit153598481949b6f5629ff1a21a56ac765e72d43f (patch)
tree914c0f9e858748dd7c3eae8baf1ad0d8ca628e4c /telepathy-glib
parent9a0e92d738850582280ce1907f0942d084ad04cd (diff)
Actually fall through when the core features are unwanted
We want starting preparing those as they block every other features.
Diffstat (limited to 'telepathy-glib')
-rw-r--r--telepathy-glib/proxy.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/telepathy-glib/proxy.c b/telepathy-glib/proxy.c
index da055bb7..fc24987e 100644
--- a/telepathy-glib/proxy.c
+++ b/telepathy-glib/proxy.c
@@ -1926,7 +1926,6 @@ request_is_complete (TpProxy *self,
* core features, which blocks everything */
g_assert (req == self->priv->prepare_core);
complete = FALSE;
- break;
/* fall through to treat it as WANTED */
case FEATURE_STATE_WANTED: