Comment 2 for bug 1223823

Revision history for this message
tim diamond (timdiam) wrote :

I fixed this by changing line 165 from:

            return val.name_get({'lang':self._get_lang()})[0][1]

To

            return val.name_get()[0][1]

Everything seems to be working. Hope this can help someone.