Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGonzalo Odiard <godiard@gmail.com>2011-07-05 19:09:28 (GMT)
committer Gonzalo Odiard <godiard@gmail.com>2011-07-05 19:09:28 (GMT)
commit7e3128fe1e521714c4fd70e544a02f4bced9c5e7 (patch)
tree983cefbadae9942bc4051f8b961780be7e1cb104
parentd80ddda2a648ede20177646de56f66b8cf34d5ec (diff)
Text to speech in epub backend skipped one word.
-rw-r--r--epubadapter.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/epubadapter.py b/epubadapter.py
index d9db1fb..8def465 100644
--- a/epubadapter.py
+++ b/epubadapter.py
@@ -76,7 +76,6 @@ class EpubViewer(epubview.EpubView):
return file_str.getvalue()
def get_more_text(self):
- self.current_word = self.current_word + 1
if self.current_word < len(self.word_tuples):
speech.stop()
more_text = self.get_marked_words()