[tracker: 9/9] thunderbird: Update tracker-sparql binary check to look for -1.0



commit c53e772737daa37762711a78ca8b6ad7e55d7591
Author: Martyn Russell <martyn lanedo com>
Date:   Mon Feb 10 11:55:11 2014 +0000

    thunderbird: 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 thunderbird plugin works more often than not.

 src/plugins/thunderbird/chrome/content/bindings.js |    4 ++--
 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 abc432b..0688e5b 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 () {


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