Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/evinceadapter.py
diff options
context:
space:
mode:
authorGonzalo Odiard <godiard@sugarlabs.org>2011-02-21 20:11:04 (GMT)
committer Gonzalo Odiard <godiard@sugarlabs.org>2011-02-21 20:11:04 (GMT)
commita04af069262aed24bcceae48d414906a36ec28e2 (patch)
tree332eb32a6a7fa59cac6b9cc33c7c740905fc00fe /evinceadapter.py
parent66b9606d49af508a2414121d8aaa8956de1d037e (diff)
Add text to speech capability to text backend
Too much code stolen from Read EText activity
Diffstat (limited to 'evinceadapter.py')
-rw-r--r--evinceadapter.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/evinceadapter.py b/evinceadapter.py
index c37562c..a4d8aca 100644
--- a/evinceadapter.py
+++ b/evinceadapter.py
@@ -112,6 +112,9 @@ class EvinceViewer():
def can_highlight(self):
return False
+ def can_do_text_to_speech(self):
+ return False
+
def get_zoom(self):
'''
Returns the current zoom level