summaryrefslogtreecommitdiff
path: root/telepathy-glib/add-dispatch-operation-context.c
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-08-12 14:48:23 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-08-12 15:21:00 +0200
commitaec41c5bb1b9c54543c045ed5cee27046a65d84c (patch)
tree4f465492867b4c8ce1fc7077825ef5c93cc86463 /telepathy-glib/add-dispatch-operation-context.c
parentfb293f7fd966fe4512d776cd13c07800038e8610 (diff)
downloadtelepathy-glib-aec41c5bb1b9c54543c045ed5cee27046a65d84c.tar.gz
rename channel_prepare_cb to make debug clearer
Diffstat (limited to 'telepathy-glib/add-dispatch-operation-context.c')
-rw-r--r--telepathy-glib/add-dispatch-operation-context.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/telepathy-glib/add-dispatch-operation-context.c b/telepathy-glib/add-dispatch-operation-context.c
index 4461d3673..de4acd7eb 100644
--- a/telepathy-glib/add-dispatch-operation-context.c
+++ b/telepathy-glib/add-dispatch-operation-context.c
@@ -528,7 +528,7 @@ out:
}
static void
-channel_prepare_cb (GObject *source,
+adoc_channel_prepare_cb (GObject *source,
GAsyncResult *result,
gpointer user_data)
{
@@ -579,7 +579,7 @@ context_prepare (TpAddDispatchOperationContext *self)
self->priv->num_pending++;
tp_proxy_prepare_async (channel, channel_features,
- channel_prepare_cb, g_object_ref (self));
+ adoc_channel_prepare_cb, g_object_ref (self));
}
}