From 923f9e3cedd1acbe86ffb553abba7a3b14d13c63 Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Mon, 05 Oct 2009 18:47:46 +0000 Subject: fixed a few typos --- (limited to 'talogo.py') 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): -- cgit v0.9.1