[orca] Another missed script utilities conversion - this time in gdmlogin.py
- From: Joanmarie Diggs <joanied src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [orca] Another missed script utilities conversion - this time in gdmlogin.py
- Date: Sun, 9 May 2010 18:21:59 +0000 (UTC)
commit afefe9587a1fdfacd5f567b4333fd7924a893388
Author: Joanmarie Diggs <joanmarie diggs gmail com>
Date: Sun May 9 14:20:56 2010 -0400
Another missed script utilities conversion - this time in gdmlogin.py
src/orca/scripts/apps/gdmlogin.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/orca/scripts/apps/gdmlogin.py b/src/orca/scripts/apps/gdmlogin.py
index a56e0f4..3beda8f 100644
--- a/src/orca/scripts/apps/gdmlogin.py
+++ b/src/orca/scripts/apps/gdmlogin.py
@@ -54,7 +54,7 @@ class Script(default.Script):
# Now we find the focused object and set the locus of focus to it.
#
- obj = self.findFocusedObject(self.app)
+ obj = self.utilities.focusedObject(self.app)
if obj:
orca.setLocusOfFocus(event, obj)
else:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]