Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/talogo.py
diff options
context:
space:
mode:
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):