[pyatspi2] Switch PropertyChange parameters back to correspond with at-spi2-atk
- From: Mike Gorse <mgorse src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pyatspi2] Switch PropertyChange parameters back to correspond with at-spi2-atk
- Date: Tue, 25 May 2010 00:33:57 +0000 (UTC)
commit 4cc837c5b11fe05b0f223b52bd889d3ef71029a4
Author: Mike Gorse <mgorse novell com>
Date: Mon May 24 20:32:26 2010 -0400
Switch PropertyChange parameters back to correspond with at-spi2-atk
pyatspi/cache.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/pyatspi/cache.py b/pyatspi/cache.py
index b40ec74..bc53986 100644
--- a/pyatspi/cache.py
+++ b/pyatspi/cache.py
@@ -237,7 +237,7 @@ class ApplicationCacheManager (object):
self._add_object (data)
def _property_change_handler (self,
- app, minor, detail1, detail2, any_data,
+ minor, detail1, detail2, any_data, app,
interface=None, sender=None, member=None, path=None):
if interface==_ATSPI_EVENT_OBJECT_INTERFACE:
if (sender, path) in self._cache:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]