Comment 23 for bug 939450

Revision history for this message
Martin Pitt (pitti) wrote :

I had a closer look at the overrides in pygobject, and it's quite some effort to rewrite them using the atomic API. I can't guarantee that I'll have them ready this week. So you could either use Gtk.ListStore.insert_with_valuesv() yourself instead of using the override API, or make the signal handlers cope with None rows.