(Thanks Jon)
git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@934
e2bd861d-eb25-0410-b326-
f6ed22b6b98c
+2007-06-20 Peter Parente <parente@cs.unc.edu>
+
+ * utils.py: Fix for bug #449356, typo in _findDescendantBreadth method
+ (Thanks Jon)
+
2007-05-31 Peter Parente <parente@cs.unc.edu>
* accessible.py: Fix for bug #439531, unable to define instance
pass
for child in acc:
try:
- ret = _findDescedantBreadth(child, pred)
+ ret = _findDescendantBreadth(child, pred)
except Exception:
ret = None
if ret is not None: return ret