[orca/gnome-3-0] Fix for bug #654321 - Orca's debug utility reports the toolkit version as 'unknown'
- From: Joanmarie Diggs <joanied src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [orca/gnome-3-0] Fix for bug #654321 - Orca's debug utility reports the toolkit version as 'unknown'
- Date: Sun, 10 Jul 2011 03:03:11 +0000 (UTC)
commit 81d9accff8bebfee6c33b36698399113cac35a60
Author: Joanmarie Diggs <joanmarie diggs gmail com>
Date: Sat Jul 9 22:58:59 2011 -0400
Fix for bug #654321 - Orca's debug utility reports the toolkit version as 'unknown'
src/orca/script_utilities.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/orca/script_utilities.py b/src/orca/script_utilities.py
index f55b8a7..2ca656e 100644
--- a/src/orca/script_utilities.py
+++ b/src/orca/script_utilities.py
@@ -2292,7 +2292,7 @@ class Utilities:
try:
infoString += " Version='%s'" \
- % app.version
+ % app.toolkitVersion
except:
infoString += " Version unknown"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]