summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/plugins/thunderbird/chrome/content/bindings.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/thunderbird/chrome/content/bindings.js b/src/plugins/thunderbird/chrome/content/bindings.js
index abc432bc9..0688e5bf8 100644
--- a/src/plugins/thunderbird/chrome/content/bindings.js
+++ b/src/plugins/thunderbird/chrome/content/bindings.js
@@ -2,8 +2,8 @@ if (!org.bustany.TrackerBird.TrackerSparql || !org.bustany.TrackerBird.TrackerSp
org.bustany.TrackerBird.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 () {