orca r3938 - in trunk: . src/orca
- From: richb svn gnome org
- To: svn-commits-list gnome org
- Subject: orca r3938 - in trunk: . src/orca
- Date: Thu, 29 May 2008 16:30:51 +0000 (UTC)
Author: richb
Date: Thu May 29 16:30:51 2008
New Revision: 3938
URL: http://svn.gnome.org/viewvc/orca?rev=3938&view=rev
Log:
* src/orca/default.py:
Fixed bug #524998 - Selection is not shown if Ctrl+A is used to
do "Select All".
Modified:
trunk/ChangeLog
trunk/src/orca/default.py
Modified: trunk/src/orca/default.py
==============================================================================
--- trunk/src/orca/default.py (original)
+++ trunk/src/orca/default.py Thu May 29 16:30:51 2008
@@ -7099,6 +7099,7 @@
if text.caretOffset == 0 and \
startOffset == 0 and endOffset == charCount:
specialCaseFound = True
+ self.updateBraille(obj)
# Translators: this means the user has selected
# all the text in a document (e.g., Ctrl+a in gedit).
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]