[kupfer: 49/53] tracker1: Change name to tracker. This plugin supports 0.8 and 0.10



commit cae0d3167b4f35895589c6da7dd84591ce2a56dd
Author: Ulrik Sverdrup <ulrik sverdrup gmail com>
Date:   Thu Mar 24 17:22:41 2011 +0100

    tracker1: Change name to tracker. This plugin supports 0.8 and 0.10

 kupfer/plugin/tracker1.py |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/kupfer/plugin/tracker1.py b/kupfer/plugin/tracker1.py
index 6e91d91..7b366e2 100644
--- a/kupfer/plugin/tracker1.py
+++ b/kupfer/plugin/tracker1.py
@@ -1,8 +1,13 @@
 """
 Tracker plugins are versioned by the D-Bus API version
-This is version works with tracker 0.8.x, where the API is called Tracker1
+This is version works with tracker 0.8.x and 0.10.x, where the API is called
+Tracker1
+
+Tracker 0.10 has exactly the same Resources.SparqlQuery API, but according to
+its developers it does not have the same class signal api but that does not
+impact this plugin.
 """
-__kupfer_name__ = _("Tracker 0.8")
+__kupfer_name__ = _("Tracker")
 __kupfer_sources__ = ()
 __kupfer_text_sources__ = ()
 __kupfer_contents__ = ("TrackerQuerySource", )



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