[tracker: 8/9] firefox: Update tracker-sparql binary check to look for -1.0
- From: Martyn James Russell <mr src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker: 8/9] firefox: Update tracker-sparql binary check to look for -1.0
- Date: Mon, 10 Feb 2014 12:02:51 +0000 (UTC)
commit 377dde0b49ef7686be76b2e19e334f38875d857c
Author: Martyn Russell <martyn lanedo com>
Date: Mon Feb 10 11:53:44 2014 +0000
firefox: Update tracker-sparql binary check to look for -1.0
Was 0.16 and 0.14. Now we have a stable API version in the library name, this
should mean the firefox plugin works more often than not.
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 685d7db..c809e2e 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.16.so.0",
- _trackerSparqlPath2: "libtracker-sparql-0.14.so.0",
+ _trackerSparqlPath1: "libtracker-sparql-1.0.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]