summaryrefslogtreecommitdiff
path: root/ldtpd
diff options
context:
space:
mode:
authorNagappan Alagappan <nagappan@gmail.com>2013-03-04 13:02:08 -0800
committerNagappan Alagappan <nagappan@gmail.com>2013-03-04 13:02:08 -0800
commitaaa340265301998c78e9117c2f60268103b41eb6 (patch)
tree6cac35d541eda7b86558ee81cb9a2094bda74062 /ldtpd
parentce96b19199ed560b5923fd34b1dac435c7f2fc52 (diff)
Include label type on gettextvalue
Diffstat (limited to 'ldtpd')
-rw-r--r--ldtpd/text.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ldtpd/text.py b/ldtpd/text.py
index a4cb1d5..4270b54 100644
--- a/ldtpd/text.py
+++ b/ldtpd/text.py
@@ -162,7 +162,7 @@ class Text(Utils):
@rtype: string
"""
obj=self._get_object(window_name, object_name,
- obj_type=['combo_box', 'text', 'entry',
+ obj_type=['combo_box', 'text', 'entry', 'label',
'paragraph', 'password_text', 'editbar'])
if obj.getRole() == pyatspi.ROLE_COMBO_BOX:
child_obj=self._get_combo_child_object_type(obj)