Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWalther Neuper <neuper@neuper.(none)>2009-12-14 16:29:13 (GMT)
committer Walther Neuper <neuper@neuper.(none)>2009-12-14 16:29:13 (GMT)
commit0bd0fbcfdcac1d7db820e9f0df45afaffaefccf8 (patch)
tree340c67d791eb1dc2a93bf0105df9e64ec50dcf6f
parented342042883d7c16d2bef28377d6770d70310bf9 (diff)
collection_+feedback_table both visible, intermed 4:renamings
-rwxr-xr-xReckonPrimer.activity/display.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/ReckonPrimer.activity/display.py b/ReckonPrimer.activity/display.py
index d6ba080..092e78b 100755
--- a/ReckonPrimer.activity/display.py
+++ b/ReckonPrimer.activity/display.py
@@ -114,7 +114,7 @@ class Display:
self.stopwatch_label.queue_draw()
return True
- def feedback_table_draw(self):
+ def feedback_table_show(self):
"""RENAME to draw_feedback_screen"""
# Section for stopwatch
self.stopwatch = Timer()
@@ -228,7 +228,7 @@ class Display:
self._co.notify(('setting-done', self._sett))# difference from here
self.settings_table.hide()
self.collection_table.hide()
- self.feedback_table_draw()
+ self.feedback_table_show()
elif self.running == True:
self.protocol('----------------------------------------', 0, 'OK')
self.running = False