[orca] Fix copy and paste error
- From: Joanmarie Diggs <joanied src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [orca] Fix copy and paste error
- Date: Tue, 16 Oct 2018 15:29:12 +0000 (UTC)
commit a6ec3af4ebb483931a945dc3fe3b1f7fba224894
Author: Joanmarie Diggs <jdiggs igalia com>
Date: Tue Oct 16 17:28:30 2018 +0200
Fix copy and paste error
src/orca/scripts/web/script_utilities.py | 1 -
1 file changed, 1 deletion(-)
---
diff --git a/src/orca/scripts/web/script_utilities.py b/src/orca/scripts/web/script_utilities.py
index b6edcc90d..1c08d6987 100644
--- a/src/orca/scripts/web/script_utilities.py
+++ b/src/orca/scripts/web/script_utilities.py
@@ -3786,7 +3786,6 @@ class Utilities(script_utilities.Utilities):
docframe = self.documentFrame(obj)
msg = "WEB: Could not get document frame for %s" % obj
debug.println(debug.LEVEL_INFO, msg, True)
- return result
col = docframe.queryCollection()
stateset = pyatspi.StateSet()
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]