Comment 2 for bug 501117

Revision history for this message
Niall Creech (sevenmachines-deactivatedaccount) wrote :

seems not to affect debian
in, Jokosher/ui/StatusBar.py, def __init__(self):

there is

# gtk.Statusbar contains a label inside a frame inside itself
self.label = self.get_children()[0].get_children()[0]
self.label.set_use_markup(True)

self.get_children()[0].get_children()[0] is return a gtk.HBox so this fails

jokosher works when the 2 lines above are commented so i'm guessing the problem is here, someone who knows some python would need to take a look at this