GNOME Bugzilla – Bug 484201
Variable name typo: state instead of states
Last modified: 2019-03-27 20:11:14 UTC
There is a typo in utils.py, state instead of states. def add(self, *states): ''' Adds states to this set. @param states: State(s) to add @type states: Accessibility.StateType ''' map(self.impl._this().add, state)
Created attachment 96781 [details] [review] Typo fix Fix
I fixed this in trunk. Is there any chance we could do a stable release by the 15th of October?
Do you mean tarball for GNOME 2.20.1? If your fix is important enough, of course.