[gnome-documents/gnome-3-8] gdata: Fix typo
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-documents/gnome-3-8] gdata: Fix typo
- Date: Wed, 11 Sep 2013 09:39:51 +0000 (UTC)
commit e1a981ac11146b36870fc64e382c6b5de66b5df8
Author: Debarshi Ray <debarshir gnome org>
Date: Tue Sep 10 11:40:23 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/miner/gd-gdata-miner.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/miner/gd-gdata-miner.c b/src/miner/gd-gdata-miner.c
index 475888d..050d744 100644
--- a/src/miner/gd-gdata-miner.c
+++ b/src/miner/gd-gdata-miner.c
@@ -158,7 +158,7 @@ account_miner_job_process_entry (GdAccountMinerJob *job,
parent_resource_urn = gd_miner_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]