Comment 2 for bug 306593

Revision history for this message
Murray Cumming (murrayc) wrote :

Thanks.

Fixed with this commit in the svn 1.8 and trunk branches:

2008-12-09 Murray Cumming <email address hidden>

 * glom/dialog_import_csv.[h|cc]:
 validate_primary_key(): Avoid a null pointer dereference (crash) if
 there is no primary key, though that should never happen now.
 handle_line(), import(): Use a sorted tree model so the fields list is
 alphabetically sorted.
 Ubuntu bug #https://bugs.launchpad.net/ubuntu/+source/glom/+bug/306593
 (elmergato)