[gnome-online-miners/wip/facebook] gdata: Fix typo



commit 409d19d26ba7f8067e346499afe8bfedbe6ebee1
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]