[tracker] firefox: Fix libraries we expect to find and connect to
- From: Martyn James Russell <mr src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker] firefox: Fix libraries we expect to find and connect to
- Date: Wed, 13 Mar 2013 20:38:18 +0000 (UTC)
commit 4df7fce64e4af64050ed6292f368d38b65eea92b
Author: Martyn Russell <martyn lanedo com>
Date: Wed Mar 13 20:34:57 2013 +0000
firefox: Fix libraries we expect to find and connect to
Was 0.12/0.14, now 0.14/0.16
src/plugins/firefox/chrome/content/bindings.js | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/plugins/firefox/chrome/content/bindings.js b/src/plugins/firefox/chrome/content/bindings.js
index 727087c..753fa79 100644
--- a/src/plugins/firefox/chrome/content/bindings.js
+++ b/src/plugins/firefox/chrome/content/bindings.js
@@ -2,8 +2,8 @@ if (!org.bustany.TrackerFox.TrackerSparql || !org.bustany.TrackerFox.TrackerSpar
org.bustany.TrackerFox.TrackerSparql = {
__initialized: true,
- _trackerSparqlPath1: "libtracker-sparql-0.12.so.0",
- _trackerSparqlPath2: "libtracker-sparql-0.14.so.0",
+ _trackerSparqlPath1: "libtracker-sparql-0.14.so.0",
+ _trackerSparqlPath2: "libtracker-sparql-0.16.so.0",
_lib: null,
init: function () {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]