[tracker/rss-enclosures] libtracker-sparql: Fixed build failure with new connection_get() API
- From: Roberto Guido <rguido src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/rss-enclosures] libtracker-sparql: Fixed build failure with new connection_get() API
- Date: Wed, 24 Nov 2010 01:54:16 +0000 (UTC)
commit 66b34f786216b70fa4113f83b38a2d24bf6084b5
Author: Martyn Russell <martyn lanedo com>
Date: Wed Sep 29 14:13:19 2010 +0100
libtracker-sparql: Fixed build failure with new connection_get() API
tests/libtracker-sparql/tracker-test.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/libtracker-sparql/tracker-test.c b/tests/libtracker-sparql/tracker-test.c
index 5558173..7be6933 100644
--- a/tests/libtracker-sparql/tracker-test.c
+++ b/tests/libtracker-sparql/tracker-test.c
@@ -239,7 +239,7 @@ main (gint argc, gchar **argv)
main_loop = g_main_loop_new (NULL, FALSE);
g_assert (main_loop != NULL);
- connection = tracker_sparql_connection_get (&error);
+ connection = tracker_sparql_connection_get (NULL, &error);
g_assert_no_error (error);
g_assert (connection != NULL);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]