GNOME Bugzilla – Bug 335001
gtk_icon_view_set_cursor causes Segmentation fault
Last modified: 2006-03-20 03:17:23 UTC
Steps to reproduce: Calling gtk_icon_view_set_cursor causes a Segmentation fault. Stack trace: Other information: A test case will follow.
Created attachment 61494 [details] Test case that creates a Segmentation fault Click on the button "Set Cursor"
The bug is in your code. Hopefully these documentation changes make it clearer. 2006-03-19 Matthias Clasen <mclasen@redhat.com> * gtk/gtkiconview.c (gtk_icon_view_set_cursor): Document that @cell must be one of the renderers of the icon view, warn if it is not, and ignore @start_editing if @cell is not set. (#335001, Emmanuel Rodriguez)