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@gmail.com>2012-03-08 13:22:37 (GMT)
committer Gonzalo Odiard <godiard@gmail.com>2012-03-08 13:22:37 (GMT)
commit0f121cadd56b0348525b37a78a5013e8e93a1d20 (patch)
tree1968b1f1bdfde931cbab785d7111dca12f7c14b0 /epubadapter.py
parentbe6e23eab172e8213680e318b1a2ed46723b1a6c (diff)
Disable text to speech because of SL #3349
Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
Diffstat (limited to 'epubadapter.py')
-rw-r--r--epubadapter.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/epubadapter.py b/epubadapter.py
index a5e1ffd..a14ef18 100644
--- a/epubadapter.py
+++ b/epubadapter.py
@@ -60,7 +60,7 @@ class EpubViewer(epubview.EpubView):
return False
def can_do_text_to_speech(self):
- return True
+ return False
def get_marked_words(self):
"Adds a mark between each word of text."