[tracker/libtracker-miner: 262/263] TrackerMinerFiles: Create proxy for the right extractor DBus path.



commit 4853364f78274c657853f26c2e8242eec1ccaa6a
Author: Carlos Garnacho <carlos lanedo com>
Date:   Thu Sep 3 17:45:47 2009 +0200

    TrackerMinerFiles: Create proxy for the right extractor DBus path.

 src/tracker-miner-fs/tracker-miner-files.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/tracker-miner-fs/tracker-miner-files.c b/src/tracker-miner-fs/tracker-miner-files.c
index b7a9e2e..9d64591 100644
--- a/src/tracker-miner-fs/tracker-miner-files.c
+++ b/src/tracker-miner-fs/tracker-miner-files.c
@@ -520,9 +520,9 @@ create_extractor_proxy (void)
 
 	/* Get proxy for the extractor */
 	proxy = dbus_g_proxy_new_for_name (connection,
-					   "org.freedesktop.Tracker.Extract",
-					   "/org/freedesktop/Tracker/Extract",
-					   "org.freedesktop.Tracker.Extract");
+					   "org.freedesktop.Tracker1.Extract",
+					   "/org/freedesktop/Tracker1/Extract",
+					   "org.freedesktop.Tracker1.Extract");
 
 	if (!proxy) {
 		g_critical ("Could not create a DBusGProxy to the extract service");



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]