Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGary Martin <gary@garycmartin.com>2012-10-08 17:12:06 (GMT)
committer Gary Martin <gary@garycmartin.com>2012-10-08 17:12:06 (GMT)
commitaa2ba1b795d93074a509dcc62f15003a04a6653f (patch)
tree7df154b98dcba8258f794da8bee156fc7ab220e7
parentabe440e4ccde91883fc7274927aa5e0c926b9db4 (diff)
Fix traceback for unused block_view_during_update method.
-rwxr-xr-xmoon.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/moon.py b/moon.py
index e69fbe4..d383279 100755
--- a/moon.py
+++ b/moon.py
@@ -201,7 +201,6 @@ class MoonActivity(activity.Activity):
"""Read state from datastore.
"""
self.read_and_parse_prefs(file_path)
- self.block_view_buttons_during_update()
def write_file(self, file_path):
"""Write state to journal datastore and to persistent file system.