[tracker/pushplugin] Fixed time_t parameter
- From: Philip Van Hoof <pvanhoof src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [tracker/pushplugin] Fixed time_t parameter
- Date: Wed, 23 Sep 2009 16:04:35 +0000 (UTC)
commit fb32a356b1700054b0ddb12051744676596c082f
Author: Philip Van Hoof <philip codeminded be>
Date: Wed Sep 23 18:03:20 2009 +0200
Fixed time_t parameter
src/plugins/evolution/tracker-evolution-plugin.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/plugins/evolution/tracker-evolution-plugin.c b/src/plugins/evolution/tracker-evolution-plugin.c
index 2f6c822..74ef26e 100644
--- a/src/plugins/evolution/tracker-evolution-plugin.c
+++ b/src/plugins/evolution/tracker-evolution-plugin.c
@@ -393,7 +393,7 @@ process_fields (TrackerSparqlBuilder *sparql, gchar *uid, guint flags,
}
tracker_sparql_builder_predicate (sparql, "nmo:receivedDate");
- tracker_sparql_builder_object_date (sparql, sent);
+ tracker_sparql_builder_object_date (sparql, &sent);
tracker_sparql_builder_predicate (sparql, "nmo:isDeleted");
tracker_sparql_builder_object_boolean (sparql, (flags & CAMEL_MESSAGE_DELETED));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]