Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/talogo.py
diff options
context:
space:
mode:
authorWalter Bender <walter@walter-laptop.(none)>2009-10-05 18:47:46 (GMT)
committer Walter Bender <walter@walter-laptop.(none)>2009-10-05 18:47:46 (GMT)
commit923f9e3cedd1acbe86ffb553abba7a3b14d13c63 (patch)
treeaa668a7e7e58fd7b2894b96bcf39799dd1100d6b /talogo.py
parentf77797bf1ea66b19a781e9bbeb15060ebce662bb (diff)
fixed a few typos
Diffstat (limited to 'talogo.py')
-rw-r--r--talogo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/talogo.py b/talogo.py
index 161a929..5008ea2 100644
--- a/talogo.py
+++ b/talogo.py
@@ -167,7 +167,7 @@ def start_eval(lc, list):
icall(lc, evline, list); yield True
# turn off stop icon when execution is finished
if hasattr(lc.tw,"activity"):
- lc.tw.activity.stop.set_icon("stopitoff")
+ lc.tw.activity.stop_button.set_icon("stopitoff")
yield False
def evline(lc, list):