[pyatspi2] Fix for bgo#607077 - pyatspi2: magic to detect whether to use corba version or not can be broken
- From: William Walker <wwalker src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [pyatspi2] Fix for bgo#607077 - pyatspi2: magic to detect whether to use corba version or not can be broken
- Date: Fri, 15 Jan 2010 17:13:22 +0000 (UTC)
commit bea6ae2b3afb42b7c11c9a4175958518aa836406
Author: Willie Walker <william walker sun com>
Date: Fri Jan 15 12:09:46 2010 -0500
Fix for bgo#607077 - pyatspi2: magic to detect whether to use corba version or not can be broken
pyatspi/__init__.py | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/pyatspi/__init__.py b/pyatspi/__init__.py
index 5106df2..60fb7b5 100644
--- a/pyatspi/__init__.py
+++ b/pyatspi/__init__.py
@@ -13,6 +13,8 @@
#Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
try:
+ gconf = None
+ gconfClient = None
import gconf
gconfClient = gconf.client_get_default()
useCorba = gconfClient.get_bool("/desktop/gnome/interface/at-spi-corba")
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]