GNOME Bugzilla – Bug 355308
gtk_tree_view_set_grid_lines notifies wrong property
Last modified: 2006-09-16 04:41:10 UTC
gtk_tree_view_set_grid_lines notifies grid-lines, which doesn't exist. I think enable-grid-lines is meant. Patch attached.
Created attachment 72505 [details] [review] grid-lines -> enable-grid-lines
2006-09-16 Matthias Clasen <mclasen@redhat.com> * gtk/gtktreeview.c (gtk_tree_view_set_grid_lines): Send change notification for the right property. (#355308, Torsten Schoenfeld)