[orca] Find results from Gecko should be brailled in addition to being spoken



commit 87d5bc3536ce61e82d8479861aac30c7cdb68226
Author: Joanmarie Diggs <jdiggs igalia com>
Date:   Tue Jan 14 20:08:19 2014 -0500

    Find results from Gecko should be brailled in addition to being spoken

 src/orca/scripts/toolkits/Gecko/script.py |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/src/orca/scripts/toolkits/Gecko/script.py b/src/orca/scripts/toolkits/Gecko/script.py
index c1b3cdc..0d3874a 100644
--- a/src/orca/scripts/toolkits/Gecko/script.py
+++ b/src/orca/scripts/toolkits/Gecko/script.py
@@ -893,8 +893,7 @@ class Script(default.Script):
 
             if lineChanged or not self.madeFindAnnouncement or \
                not script_settings.onlySpeakChangedLinesDuringFind:
-                line = self.getLineContentsAtOffset(obj, offset)
-                self.speakContents(line)
+                self.presentLine(obj, offset)
                 self.madeFindAnnouncement = True
 
     def sayAll(self, inputEvent):


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]