Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSascha Silbe <sascha-pgp@silbe.org>2010-03-08 12:57:23 (GMT)
committer Sascha Silbe <sascha-pgp@silbe.org>2010-03-08 12:57:23 (GMT)
commite7cf2c408a5b9523c690245560df227e0e4dd478 (patch)
tree4f535a4f43387eee65dd2faeda0e8ed855ce382e
parent0f60c583b874771ce6573690e6932947c2507189 (diff)
parentf37d7c51f76cdd1bead1d936d6ec88d792a97765 (diff)
Merge commit 'refs/top-bases/t/migration-rebuild-index' into t/migration-rebuild-index
-rw-r--r--src/carquinyol/datastore.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/carquinyol/datastore.py b/src/carquinyol/datastore.py
index 6824d90..a556869 100644
--- a/src/carquinyol/datastore.py
+++ b/src/carquinyol/datastore.py
@@ -74,7 +74,7 @@ class DataStore(dbus.service.Object):
self._rebuild_index()
return
- if not layout_manager.index_updated:
+ if not layoutmanager.get_instance().index_updated:
logging.debug('Index is not up-to-date, will update')
self._update_index()