[tracker] firefox/thunderbird: prefer tracker 0.16 over tracker 0.14
- From: Dominique Leuenberger <dleuen src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker] firefox/thunderbird: prefer tracker 0.16 over tracker 0.14
- Date: Sat, 13 Apr 2013 13:23:04 +0000 (UTC)
commit f7bcf441fcf2eb6ba4b8f78ed456d9fd94436e0b
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]