[tracker/libtracker-sparql: 23/55] libtracker-bus: Implemented D-Bus FD passing using TrackerSparqlCursor API
- From: Jürg Billeter <juergbi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/libtracker-sparql: 23/55] libtracker-bus: Implemented D-Bus FD passing using TrackerSparqlCursor API
- Date: Fri, 6 Aug 2010 10:07:29 +0000 (UTC)
commit 6d2aa63aea9eef5d24d2fbf78c1539523ba4d315
Author: Martyn Russell <martyn lanedo com>
Date: Wed Jul 14 17:42:34 2010 +0100
libtracker-bus: Implemented D-Bus FD passing using TrackerSparqlCursor API
src/libtracker-sparql/tracker-plugin-loader.vala | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/libtracker-sparql/tracker-plugin-loader.vala b/src/libtracker-sparql/tracker-plugin-loader.vala
index 150c4cf..6d60afb 100644
--- a/src/libtracker-sparql/tracker-plugin-loader.vala
+++ b/src/libtracker-sparql/tracker-plugin-loader.vala
@@ -60,7 +60,8 @@ private class Tracker.Sparql.PluginLoader : Object {
direct = load_plugins_from_path (direct_path);
// Second get bus library details
- //string bus_path = Module.build_path (path, "libtracker-bus");
+ string bus_path = Module.build_path (dir_path, "tracker-bus-0.9");
+ bus = load_plugins_from_path (bus_path);
debug ("Finished searching for modules in folder '%s'", dir_path);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]