Comment 3 for bug 415387

Revision history for this message
Pascal (pcok) wrote :

I found a (curious) workaroud :
if you open/close a FileChooserDialog before disabling spellcheck, that's prevent the segmentation fault.
Code :
 dialog = gtk.FileChooserDialog()
 dialog.show()
 dialog.hide()
 gtkspell.get_from_text_view(text_view).detach()