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-15 15:11:55 (GMT)
committer Walther Neuper <neuper@neuper.(none)>2009-12-15 15:11:55 (GMT)
commit9deb3566d5d069a283b99cfc186a599eb6a0201f (patch)
tree7a9338b1893fa96c58f1c67e53e7413bcba72b61
parent1e9504a7bd93346df85006e3de0a0d9cb14e7368 (diff)
collect_table --> calc; switch exerc works, start sett 2
-rwxr-xr-xReckonPrimer.activity/display.py6
1 files changed, 3 insertions, 3 deletions
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):