Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/epubadapter.py
diff options
context:
space:
mode:
Diffstat (limited to 'epubadapter.py')
-rw-r--r--epubadapter.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/epubadapter.py b/epubadapter.py
index b03966f..2b1b597 100644
--- a/epubadapter.py
+++ b/epubadapter.py
@@ -49,6 +49,9 @@ class EpubViewer(epubview.EpubView):
def can_highlight(self):
return False
+ def can_do_text_to_speech(self):
+ return False
+
def connect_zoom_handler(self, handler):
self._zoom_handler = handler
self._view_notify_zoom_handler = \