------------------------------------------------------------
revno: 365
committer: Michal Hruby <michal....@gmail.com>
branch nick: bluebird
timestamp: Fri 2012-01-06 11:11:45 +0100
message:
  Fix Reindex in FTS indexer
modified:
  extensions/fts-python/fts.py


--
lp:zeitgeist
https://code.launchpad.net/~zeitgeist/zeitgeist/bluebird

Your team Zeitgeist Framework Team is subscribed to branch lp:zeitgeist.
To unsubscribe from this branch go to 
https://code.launchpad.net/~zeitgeist/zeitgeist/bluebird/+edit-subscription
=== modified file 'extensions/fts-python/fts.py'
--- extensions/fts-python/fts.py	2011-11-02 16:15:18 +0000
+++ extensions/fts-python/fts.py	2012-01-06 10:11:45 +0000
@@ -235,7 +235,7 @@
         considered blessed public API.
         """
         log.debug ("Received ForceReindex request over DBus.")
-        self._indexer._queue.put (Reindex (self.engine))
+        self._indexer._queue.put (Reindex (self._indexer))
     
     def _make_events_sendable(self, events):
         return [NULL_EVENT if event is None else Event._make_dbus_sendable(event) for event in events]

_______________________________________________
Mailing list: https://launchpad.net/~zeitgeist
Post to     : zeitgeist@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zeitgeist
More help   : https://help.launchpad.net/ListHelp

Reply via email to