Re: Annoyance with treestore (SimpleList) and remove row

2010-11-05 Thread Kevin Ryde
Mike Martin redt...@gmail.com writes: Gtk-CRITICAL **: gtk_list_store_get_value: assertion `VALID_ITER (iter, list_store)' failed at /usr/lib/perl5/Gtk2/SimpleList.pm line 248. Oh, a TiedRow hangs onto an iter, so if the row it refers to has been removed then that may be the error you get

Re: Annoyance with treestore (SimpleList) and remove row

2010-10-30 Thread Torsten Schoenfeld
On 26.10.2010 05:55, Mike Martin wrote: Hi when I remove a row in a simplelist I get the following warning Gtk-CRITICAL **: gtk_list_store_get_value: assertion `VALID_ITER (iter, list_store)' failed at /usr/lib/perl5/Gtk2/SimpleList.pm line 248. *** unhandled exception in callback: ***

Annoyance with treestore (SimpleList) and remove row

2010-10-25 Thread Mike Martin
Hi when I remove a row in a simplelist I get the following warning Gtk-CRITICAL **: gtk_list_store_get_value: assertion `VALID_ITER (iter, list_store)' failed at /usr/lib/perl5/Gtk2/SimpleList.pm line 248. *** unhandled exception in callback: *** [gperl_sv_from_value] FIXME: unhandled type - 0