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:55:07 (GMT)
committer Sascha Silbe <sascha-pgp@silbe.org>2010-03-08 12:55:07 (GMT)
commitf37d7c51f76cdd1bead1d936d6ec88d792a97765 (patch)
tree55ce7d1f7eda67eabe747ef584de2ae75f1befee
parent64fe91e95435fc314594939c74cdbf57e43a5050 (diff)
fix typo in last commit
-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()