From: gnome-perl (bugzilla.gnome.o. <bug...@gn...> - 2010-03-25 23:59:58
|
https://bugzilla.gnome.org/show_bug.cgi?id=613970 gnome-perl | Gtk2 | unspecified muppet <scott> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sc...@as... --- Comment #1 from muppet <sc...@as...> 2010-03-25 23:59:44 UTC --- This isn't really that reliable, either. If the user_data pointer is NULL, then you're stuck. In GtkTreeModel.xs, it looks like NULL is a perfectly valid value for user_data. The code in gtkliststore.c in gtk+ will explicitly set the stamp to 0 to indicate removal, so i'm inclined to say that 0 is not a valid value for a user's stamp. -- 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. |