Comment 21 for bug 939450

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

Reassigning back to Ubiquity. The GtkListStore documentation makes it quite clear (section "Atomic Operations") that list insertion is not atomic, and that there might be signals with None/NULL values in between. So I think for robustness this ought to be fixed in ubiquity.

That said, I'm happy to change the pygobject overrides to be atomic, as that was the recommended approach in the documentation anyway. So if you want to wait for another day or two, and I get this in soon enough, you can get away with leaving the code as it is.