From: gnome-perl (bugzilla.gnome.o. <bug...@gn...> - 2010-03-26 00:27:54
|
https://bugzilla.gnome.org/show_bug.cgi?id=613970 gnome-perl | Gtk2 | unspecified --- Comment #2 from Kevin Ryde <us...@zi...> 2010-03-26 00:27:44 UTC --- Ah, oops, I see gtk_tree_store_init() avoids stamp==0, so it's only ListStore to worry about -- its gtk_list_store_init() doesn't avoid stamp==0. The user_data coming in shouldn't be NULL, it's the G_SLIST() thingie of the row being removed. But in any case in last bit of gtk_list_store_remove() if there's a next row then it's changed and if not then it's unchanged. Of course this is not general, it only has to be enough for the 2.0.x sources and that particular remove func. -- Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. |