[tracker/async-get-connection: 4/5] libtracker-sparql: Fixed build	failure with new connection_get() API
- From: Martyn James Russell <mr src gnome org>
- To: commits-list gnome org
- Cc: 
- Subject: [tracker/async-get-connection: 4/5] libtracker-sparql: Fixed build	failure with new connection_get() API
- Date: Wed, 29 Sep 2010 15:37:16 +0000 (UTC)
commit 87f11a53d053f47436419d7fbc5f8abd3d926872
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]