summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-05-26 09:45:38 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-05-26 09:45:38 +0200
commit397074a398c15b7e81c92f19bc713e0ded04f3df (patch)
tree174b5a4266c6956ba14157f458981080c6f57a1c
parent5164836f39aca43f0d8cd095e974a2e59ac5f364 (diff)
parentad7291aa804fcfc88d065955c89574d2921bf85d (diff)
Merge branch 'telepathy-glib-0.14'
-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 5cf42421..1949746a 100644
--- a/telepathy-glib/text-channel.c
+++ b/telepathy-glib/text-channel.c
@@ -1484,7 +1484,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)
}
/**