summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2008-12-23 20:06:56 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-04-06 12:26:16 +0100
commit12d283bfa8eaa34cea4178c3378c9ca8ea221a91 (patch)
treed80394265a797a887e7c1f25fbf2bd24951e4edf
parentab4d036f717130d649dd3f9ad635044872c29a41 (diff)
downloadtelepathy-salut-12d283bfa8eaa34cea4178c3378c9ca8ea221a91.tar.gz
SalutContactManager: implement requestotron error correctly
Even if returning an error, we have to return TRUE to say "this channel manager is responsible for this request". Reviewed-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
-rw-r--r--src/salut-contact-manager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/salut-contact-manager.c b/src/salut-contact-manager.c
index 2d0d32a7..204a7ea0 100644
--- a/src/salut-contact-manager.c
+++ b/src/salut-contact-manager.c
@@ -524,7 +524,7 @@ error:
tp_channel_manager_emit_request_failed (self, request_token,
error->domain, error->code, error->message);
g_error_free (error);
- return FALSE;
+ return TRUE;
}
static gboolean