[tracker] thunderbird: Fix libraries we expect to find and connect to



commit 0a372b6f274f9a98554a4c17f9d658235890efb3
Author: Martyn Russell <martyn lanedo com>
Date:   Wed Mar 13 20:36:03 2013 +0000

    thunderbird: Fix libraries we expect to find and connect to
    
    Was 0.12/0.14, now 0.14/0.16

 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 2eed0ee..72b01c1 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.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]