summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-05-19 14:38:00 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-05-19 14:41:00 +0200
commitad7291aa804fcfc88d065955c89574d2921bf85d (patch)
treed15823f0997a01fea9b18c61373436f9b85eb612
parentdcbd9af2c8250de294f537c3d055b13970b59caa (diff)
tp_text_channel_set_chat_state_finish: check the right source tag
-rw-r--r--telepathy-glib/text-channel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-glib/text-channel.c b/telepathy-glib/text-channel.c
index dec83cdd9..c078d92e7 100644
--- a/telepathy-glib/text-channel.c
+++ b/telepathy-glib/text-channel.c
@@ -1471,7 +1471,7 @@ tp_text_channel_set_chat_state_finish (TpTextChannel *self,
GAsyncResult *result,
GError **error)
{
- _tp_implement_finish_void (self, tp_text_channel_set_chat_state_finish)
+ _tp_implement_finish_void (self, tp_text_channel_set_chat_state_async)
}
/**