Comment 9 for bug 650521

Revision history for this message
Nicolas Joseph (gege2061) wrote :

The C code is functionally unchanged:

- gtk_list_store_set (self->priv->list_store, &iter, VALIDE_EXECUTABLE_MANAGER_COL_TEXT, l, VALIDE_EXECUTABLE_MANAGER_COL_COLOR, &color, -1);
+ gtk_list_store_set (self->priv->list_store, &iter, VALIDE_EXECUTABLE_MANAGER_COL_TEXT, l, VALIDE_EXECUTABLE_MANAGER_COL_COLOR, &color, -1, -1);

If this patch fix this bug, it's probably a bad patch. In trunk, I have fixed a problem with index_of evaluation (r582) can be cause an miss-assigned color variable. This is a more likely cause of segfault, but I don't not really know.