PDA

View Full Version : Ooba bug when viewing text


shah
2005-07-06, 09:12
when i use ooba to visit the xbmc forum, select a discussion group, and then select a discussion topic, the application suddenly closes instead of displaying the text of the topic. it's happening with all topics. i am using the latest ooba release from a couple days ago.

shah

mortael
2005-07-07, 04:13
use this quickfix to get the text working again, at least....it worked for me :)

change line 251:
win.showtext(data,font)

to this:
win.showtext(data,self.font)


good luck

shah
2005-07-08, 01:51
thanks mortael. works like a charm!