Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/epubadapter.py
diff options
context:
space:
mode:
authorGonzalo Odiard <godiard@sugarlabs.org>2011-02-25 21:04:31 (GMT)
committer Gonzalo Odiard <godiard@sugarlabs.org>2011-02-25 21:04:31 (GMT)
commite61a1c1b10171a04a6cc9b8759bee78c2a873f8b (patch)
tree0e9fe844a5b99e765d019c4107bfb207edc25e10 /epubadapter.py
parent2123bbd08ca8a9f3852832570b205a5a972a3055 (diff)
Highligh of spoken word in epub backend implemented.
Is not working right - Temporary Patch
Diffstat (limited to 'epubadapter.py')
-rw-r--r--epubadapter.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/epubadapter.py b/epubadapter.py
index ab6eb01..38a9991 100644
--- a/epubadapter.py
+++ b/epubadapter.py
@@ -83,6 +83,7 @@ class EpubViewer(epubview.EpubView):
def highlight_next_word(self, word_count):
self.current_word = word_count
+ self._view.highlight_next_word()
return True
def connect_zoom_handler(self, handler):