Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/speech.py
diff options
context:
space:
mode:
authorJames Simmons <jim@olpc.simmons>2009-02-21 23:57:53 (GMT)
committer James Simmons <jim@olpc.simmons>2009-02-21 23:57:53 (GMT)
commit1f462f91a95bccf0cb389a9b8f7ae0c38dae7f59 (patch)
tree6fbc6c00f0490221bbe8dd71bc227b28e3101fac /speech.py
parent1678c31425eb8fef56bac0a751e793884d414fe0 (diff)
modified: ReadEtextsActivity.py
modified: readtoolbar.py modified: speech.py Fix bugs from merge of play/pause button code.
Diffstat (limited to 'speech.py')
-rw-r--r--speech.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/speech.py b/speech.py
index f5d2b34..9f6ccb4 100644
--- a/speech.py
+++ b/speech.py
@@ -79,4 +79,5 @@ class EspeakThread(threading.Thread):
gtk.gdk.threads_leave()
elif type == speechd.CallbackType.END:
self.activity.reset_current_word()
+ self.activity.reset_play_button()
done = True