summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-05-21 12:11:59 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-05-26 12:35:22 +0200
commit4d403b11727958ced86de4c650467117cbc073b9 (patch)
treec39c6572f006d419f7f6ff1ea685eb7eee38dff5 /tests
parent8355f2665b51e9cce63b53f5164d354a99cae5eb (diff)
downloadtelepathy-logger-4d403b11727958ced86de4c650467117cbc073b9.tar.gz
log-manager: first argument of _finish methods is supposed to be the source
Diffstat (limited to 'tests')
-rw-r--r--tests/test-searches.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test-searches.c b/tests/test-searches.c
index 698f1af..7ff7e7f 100644
--- a/tests/test-searches.c
+++ b/tests/test-searches.c
@@ -13,7 +13,8 @@ static GMainLoop *loop = NULL;
static void
got_dates_cb (GObject *obj, GAsyncResult *result, gpointer user_data)
{
- GList *ret = tpl_log_manager_get_dates_finish (result, NULL);
+ GList *ret = tpl_log_manager_get_dates_finish (TPL_LOG_MANAGER (obj), result,
+ NULL);
for (; ret != NULL; ret = g_list_next (ret))
{