javihernandez / accerciser-mirror

Accerciser's personal mirror
http://live.gnome.org/Accerciser
BSD 3-Clause "New" or "Revised" License
5 stars 3 forks source link

Selecting a tree table raises an error #8

Open alibezz opened 13 years ago

alibezz commented 13 years ago

When selecting a tree table in the tree view, such as the one that appears in the event monitor, the following error is raised: Traceback (most recent call last): File "/usr/local/lib/python2.7/site-packages/accerciser/plugin/base_plugin.py", line 158, in call return self.func(_args, *_kwargs) File "/usr/local/share/accerciser/plugins/interface_view.py", line 137, in onAccChanged section_obj.enable(acc) File "/usr/local/share/accerciser/plugins/interface_view.py", line 192, in enable self.populateUI(acc) File "/usr/local/share/accerciser/plugins/interface_view.py", line 1064, in populateUI for attr, label in [(ti.caption, self.caption_label), AttributeError: 'Accessible' object has no attribute 'caption'

Accerciser's branch: "pygtk-pygi-conversion-3.0"