From 0bd0fbcfdcac1d7db820e9f0df45afaffaefccf8 Mon Sep 17 00:00:00 2001 From: Walther Neuper Date: Mon, 14 Dec 2009 16:29:13 +0000 Subject: collection_+feedback_table both visible, intermed 4:renamings --- 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 -- cgit v0.9.1