[orca/570658-whereami] Fix a couple of indentation errors.
- From: William Walker <wwalker src gnome org>
- To: svn-commits-list gnome org
- Subject: [orca/570658-whereami] Fix a couple of indentation errors.
- Date: Fri, 5 Jun 2009 13:44:50 -0400 (EDT)
commit 3d22bd8661b4545b271d13537a817f1a1b6b9d54
Author: Joanmarie Diggs <joanmarie diggs gmail com>
Date: Fri Jun 5 12:35:07 2009 -0400
Fix a couple of indentation errors.
---
src/orca/scripts/apps/evolution/script.py | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/orca/scripts/apps/evolution/script.py b/src/orca/scripts/apps/evolution/script.py
index ed26499..d39802d 100644
--- a/src/orca/scripts/apps/evolution/script.py
+++ b/src/orca/scripts/apps/evolution/script.py
@@ -375,7 +375,7 @@ class Script(default.Script):
return hrs + ' ' + mins + ' ' + suffix
- def getAllSelectedText(self, obj):
+ def getAllSelectedText(self, obj):
"""Get all the text applicable text selections for the given object.
If there is selected text, look to see if there are any previous
or next text objects that also have selected text and add in their
@@ -450,7 +450,7 @@ class Script(default.Script):
return [textContents, startOffset, endOffset]
- def hasTextSelections(self, obj):
+ def hasTextSelections(self, obj):
"""Return an indication of whether this object has selected text.
Note that it's possible that this object has no text, but is part
of a selected text area. Because of this, we need to check the
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]