summaryrefslogtreecommitdiff
path: root/src/miners/fs/tracker-miner-files-index.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/miners/fs/tracker-miner-files-index.c')
-rw-r--r--src/miners/fs/tracker-miner-files-index.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/miners/fs/tracker-miner-files-index.c b/src/miners/fs/tracker-miner-files-index.c
index 7b6a67d7c..d5239b26a 100644
--- a/src/miners/fs/tracker-miner-files-index.c
+++ b/src/miners/fs/tracker-miner-files-index.c
@@ -453,7 +453,7 @@ tracker_miner_files_index_new (TrackerMinerFiles *miner_files)
priv = TRACKER_MINER_FILES_INDEX_GET_PRIVATE (miner);
- priv->d_connection = g_bus_get_sync (G_BUS_TYPE_SESSION, NULL, &error);
+ priv->d_connection = g_bus_get_sync (TRACKER_IPC_BUS, NULL, &error);
if (!priv->d_connection) {
g_critical ("Could not connect to the D-Bus session bus, %s",