Hi,

When I do insert_text on a GtkText object I get the following error

Gtk-CRITICAL **: file gtktext.c: line 879 (gtk_text_set_point): assertion
`index
 <= TEXT_LENGTH (text)' failed.

Gtk-CRITICAL **: file gtktext.c: line 879 (gtk_text_set_point): assertion
`index
 <= TEXT_LENGTH (text)' failed.

It continues fine for a while, but sometimes it seems to give segfault.  Any
ideas how to go around this?

I am doing something like
                        widgets['artistInfo'].set_position(0)
                        widgets['artistInfo'].insert_text(self.bio)

where widgets['artistInfo'] is a GtkText widget.

I am using the iPaq with familiar 0.5.

Thank you.

-kwan
_______________________________________________
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk

Reply via email to