chris procter wrote:
Both this and the About dialog patch fix issues that occur in Edgy which but not in Dapper (due to changes between pygtk 2.8 and 2.10 iirc) so they need to betested under Dapper, to ensure they dont break stuff.The about dialog should be fine, but the gtk.threads_init() -> gtk.gdk.threads_init() could be a problem
IIRC threads init allows you to use python threads in the gobject system. Since we don't actually use python threads anymore, I don't think we even need this, so I've removed it in SVN.
Laszlo