[pyatspi2] Add NEWS, disable relocation, and bump version to 0.3.1
- From: Mike Gorse <mgorse src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pyatspi2] Add NEWS, disable relocation, and bump version to 0.3.1
- Date: Mon, 3 May 2010 21:34:10 +0000 (UTC)
commit 24612290bd6aca0a55d99afa828a3f85885fd71b
Author: Mike Gorse <mgorse novell com>
Date: Mon May 3 17:19:50 2010 -0400
Add NEWS, disable relocation, and bump version to 0.3.1
NEWS | 1 +
configure.ac | 4 ++--
pyatspi/cache.py | 1 +
3 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index aedf98f..fcc1aa9 100644
--- a/NEWS
+++ b/NEWS
@@ -13,3 +13,4 @@ active-descendant-changed events.
* Use pyexecdir as a base rather than pythondir.
+* Disable relocation by default.
diff --git a/configure.ac b/configure.ac
index b8bc786..5cfbbab 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([pyatspi], [0.1.8], [accessibility-atspi lists linux-foundation org])
+AC_INIT([pyatspi], [0.3.1], [accessibility-atspi lists linux-foundation org])
AC_CONFIG_AUX_DIR(config)
LT_RELEASE=$AT_SPI_MAJOR_VERSION.$AT_SPI_MINOR_VERSION
@@ -74,7 +74,7 @@ fi
AC_PATH_XTRA
-AC_ARG_ENABLE(relocate, [--enable-relocate Relocate to coexist with CORBA [default=yes]], enable_relocate="$enableval", enable_relocate=yes)
+AC_ARG_ENABLE(relocate, [--enable-relocate Relocate to coexist with CORBA [default=no]], enable_relocate="$enableval", enable_relocate=no)
if test x$enable_relocate = xyes ; then
AC_DEFINE(RELOCATE, , [Relocate to coexist with CORBA])
fi
diff --git a/pyatspi/cache.py b/pyatspi/cache.py
index ec6418d..ff5b6ee 100644
--- a/pyatspi/cache.py
+++ b/pyatspi/cache.py
@@ -242,6 +242,7 @@ class ApplicationCacheManager (object):
item.name = any_data
elif minor == "accessible-description":
item.description = any_data
+ print "new description: ", any_data
elif minor == "accessible-parent":
item.parent = any_data
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]