From 9deb3566d5d069a283b99cfc186a599eb6a0201f Mon Sep 17 00:00:00 2001 From: Walther Neuper Date: Tue, 15 Dec 2009 15:11:55 +0000 Subject: collect_table --> calc; switch exerc works, start sett 2 --- diff --git a/ReckonPrimer.activity/display.py b/ReckonPrimer.activity/display.py index 0d58be5..88b9e9e 100755 --- a/ReckonPrimer.activity/display.py +++ b/ReckonPrimer.activity/display.py @@ -97,9 +97,9 @@ class Display: self.table.attach(self.feedback_table, 1, 2, 0, 5) # show all tables, scrolled_window already shown above - self.settings_table_show() - self.collection_table.show() - self.feedback_table.show() + self.settings_table_show() # treat uniformly <>! + self.collection_table.show() # treat uniformly ! + self.feedback_table.show() # treat uniformly ! self.table.show() # since all other tables have been inserted def update_time(self): -- cgit v0.9.1