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 Aleksey Lim <alsroot@member.fsf.org>2010-03-08 15:13:29 (GMT)
commit378a7d67da89d33330db6bdda276116950b7d600 (patch)
treee2e0aadddfbd95a88d044343ec7589a032ce54d5
parente5cf2abca1295e470f28b7d37fdf3d4a09437c75 (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()