[gnome-online-miners/gnome-3-10] gdata: Fix typo
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-online-miners/gnome-3-10] gdata: Fix typo
- Date: Tue, 10 Sep 2013 09:28:26 +0000 (UTC)
commit 285f0a4475b47c1bb8caffc0f7f3abc9b7012062
Author: Debarshi Ray <debarshir gnome org>
Date: Mon Sep 9 18:11:14 2013 +0200
gdata: Fix typo
All the arguments were off by one. Pass NULL for graph because that is
what we are using for folders.
https://bugzilla.gnome.org/show_bug.cgi?id=694003
src/gom-gdata-miner.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gom-gdata-miner.c b/src/gom-gdata-miner.c
index b17b55f..c3620eb 100644
--- a/src/gom-gdata-miner.c
+++ b/src/gom-gdata-miner.c
@@ -162,7 +162,7 @@ account_miner_job_process_entry (GomAccountMinerJob *job,
parent_resource_urn = gom_tracker_sparql_connection_ensure_resource
(job->connection, job->cancellable, error,
- NULL, parent_resource_id,
+ NULL, NULL, parent_resource_id,
"nfo:RemoteDataObject", "nfo:DataContainer", NULL);
g_free (parent_resource_id);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]