[tracker] plugins: Evolution: Fixed build error with updated tracker_sparql_connection*() API
- From: Martyn James Russell <mr src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker] plugins: Evolution: Fixed build error with updated tracker_sparql_connection*() API
- Date: Mon, 4 Oct 2010 08:22:37 +0000 (UTC)
commit 9fdc33d8bb8f88b93a7113ade959436a2c89cd21
Author: Vincent Untz <vuntz gnome org>
Date: Mon Oct 4 09:22:06 2010 +0100
plugins: Evolution: Fixed build error with updated tracker_sparql_connection*() API
src/plugins/evolution/tracker-evolution-plugin.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/plugins/evolution/tracker-evolution-plugin.c b/src/plugins/evolution/tracker-evolution-plugin.c
index 2aebf9d..413abd6 100644
--- a/src/plugins/evolution/tracker-evolution-plugin.c
+++ b/src/plugins/evolution/tracker-evolution-plugin.c
@@ -2189,7 +2189,7 @@ name_owner_changed_cb (DBusGProxy *proxy,
if (tracker_is_empty_string (old_owner) && !tracker_is_empty_string (new_owner)) {
if (!priv->connection) {
- priv->connection = tracker_sparql_connection_get (NULL);
+ priv->connection = tracker_sparql_connection_get (NULL, NULL);
}
register_client (user_data);
}
@@ -2406,7 +2406,7 @@ miner_started (TrackerMiner *miner)
TrackerEvolutionPluginPrivate *priv = TRACKER_EVOLUTION_PLUGIN_GET_PRIVATE (miner);
if (!priv->connection) {
- priv->connection = tracker_sparql_connection_get (NULL);
+ priv->connection = tracker_sparql_connection_get (NULL, NULL);
}
dbus_g_proxy_begin_call (priv->dbus_proxy, "ListNames",
@@ -2505,7 +2505,7 @@ miner_resumed (TrackerMiner *miner)
priv->of_total = 0;
if (!priv->connection) {
- priv->connection = tracker_sparql_connection_get (NULL);
+ priv->connection = tracker_sparql_connection_get (NULL, NULL);
}
g_object_set (miner, "progress", 0.0, "status", _("Processingâ?¦"), NULL);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]