[pyatspi2: 1/2] Event_str: show event sender
- From: Mike Gorse <mgorse src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pyatspi2: 1/2] Event_str: show event sender
- Date: Thu, 25 Jul 2019 14:12:46 +0000 (UTC)
commit 3bcfe1ca0d88e56185de5af01cfc662f8c184cd8
Author: Samuel Thibault <samuel thibault ens-lyon org>
Date: Thu Jul 25 14:35:28 2019 +0200
Event_str: show event sender
pyatspi/Accessibility.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/pyatspi/Accessibility.py b/pyatspi/Accessibility.py
index 0e771bb..ffddb91 100644
--- a/pyatspi/Accessibility.py
+++ b/pyatspi/Accessibility.py
@@ -103,9 +103,9 @@ def Event_str(self):
@return: Event description
@rtype: string
'''
- return '%s(%s, %s, %s)\n\tsource: %s\n\thost_application: %s' % \
+ return '%s(%s, %s, %s)\n\tsource: %s\n\thost_application: %s\n\tsender: %s' % \
(self.type, self.detail1, self.detail2, self.any_data,
- self.source, self.host_application)
+ self.source, self.host_application, self.sender)
### Accessible ###
Accessible = Atspi.Accessible
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]