[tracker/rss-enclosures] plugins: Evolution: Fixed build error with updated tracker_sparql_connection*() API
- From: Roberto Guido <rguido src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/rss-enclosures] plugins: Evolution: Fixed build error with updated tracker_sparql_connection*() API
- Date: Wed, 24 Nov 2010 01:55:52 +0000 (UTC)
commit e573336da555381ead8c2adb13182e8c3044ce97
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]