Here's the minimal testcase to reproduce the problem:
   $ python
   >>> import gtkspell
   >>> import gtk
   >>> text_view = gtk.TextView()
   >>> spell = gtkspell.Spell(text_view)
   >>> spell.set_language(None)
   Segmentation fault

Seems that the gtkspell module needs to define an exception
to raise when set_language gets None as an argument.

I would re-assign the bug to python-gnome2-extras package.

-- 
Alexander Roitman   http://www.gramps-project.org

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to