[tracker/tracker-0.16] firefox/thunderbird: prefer tracker 0.16 over tracker 0.14
- From: Martyn James Russell <mr src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/tracker-0.16] firefox/thunderbird: prefer tracker 0.16 over tracker 0.14
- Date: Wed, 1 May 2013 12:02:33 +0000 (UTC)
commit 926bb6548005a81b9a64867c9073863101e5f43b
Author: Dominique Leuenberger <dimstar opensuse org>
Date: Thu Apr 11 20:26:40 2013 +0200
firefox/thunderbird: prefer tracker 0.16 over tracker 0.14
https://bugzilla.gnome.org/show_bug.cgi?id=697809
src/plugins/firefox/chrome/content/bindings.js | 4 ++--
src/plugins/thunderbird/chrome/content/bindings.js | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/plugins/firefox/chrome/content/bindings.js b/src/plugins/firefox/chrome/content/bindings.js
index 753fa79..685d7db 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.14.so.0",
- _trackerSparqlPath2: "libtracker-sparql-0.16.so.0",
+ _trackerSparqlPath1: "libtracker-sparql-0.16.so.0",
+ _trackerSparqlPath2: "libtracker-sparql-0.14.so.0",
_lib: null,
init: function () {
diff --git a/src/plugins/thunderbird/chrome/content/bindings.js
b/src/plugins/thunderbird/chrome/content/bindings.js
index 72b01c1..4d56747 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.14.so.0",
- _trackerSparqlPath2: "libtracker-sparql-0.16.so.0",
+ _trackerSparqlPath1: "libtracker-sparql-0.16.so.0",
+ _trackerSparqlPath2: "libtracker-sparql-0.14.so.0",
_lib: null,
init: function () {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]